Нема описа

Vadim 54b64db419 Исправлена опечатка пре 2 месеци
.vscode 10deb4e4a9 Initialize the project 🚀 пре 4 месеци
public 10deb4e4a9 Initialize the project 🚀 пре 4 месеци
src 54b64db419 Исправлена опечатка пре 2 месеци
.editorconfig 10deb4e4a9 Initialize the project 🚀 пре 4 месеци
.gitignore 10deb4e4a9 Initialize the project 🚀 пре 4 месеци
.npmrc 10deb4e4a9 Initialize the project 🚀 пре 4 месеци
.prettierrc.json 10deb4e4a9 Initialize the project 🚀 пре 4 месеци
README.md 10deb4e4a9 Initialize the project 🚀 пре 4 месеци
eslint.config.js 10deb4e4a9 Initialize the project 🚀 пре 4 месеци
index.html 5eb99f2639 Добавлен eventCode в хедере пре 3 месеци
package-lock.json e0d2c3e7e9 Ядро пре 4 месеци
package.json e0d2c3e7e9 Ядро пре 4 месеци
postcss.config.js 10deb4e4a9 Initialize the project 🚀 пре 4 месеци
quasar.config.ts f41a2210c1 mdi пре 3 месеци
tsconfig.json 4ad5ca425c Добавлена поддержка файлов пре 3 месеци

README.md

event-front (event-front)

event-front

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.