Keine Beschreibung

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

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.