Няма описание

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.