Nessuna descrizione

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

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.