r2web-ru/frontend
2022-11-30 01:27:40 +10:00
..
.vscode Rewritten using quasar framework 2022-11-30 00:37:19 +10:00
public Rewritten using quasar framework 2022-11-30 00:37:19 +10:00
src Little fix 2022-11-30 01:27:40 +10:00
.editorconfig Rewritten using quasar framework 2022-11-30 00:37:19 +10:00
.eslintignore Rewritten using quasar framework 2022-11-30 00:37:19 +10:00
.eslintrc.js Rewritten using quasar framework 2022-11-30 00:37:19 +10:00
.gitignore Rewritten using quasar framework 2022-11-30 00:37:19 +10:00
.npmrc Rewritten using quasar framework 2022-11-30 00:37:19 +10:00
.prettierrc Rewritten using quasar framework 2022-11-30 00:37:19 +10:00
index.html Rewritten using quasar framework 2022-11-30 00:37:19 +10:00
package.json Rewritten using quasar framework 2022-11-30 00:37:19 +10:00
pnpm-lock.yaml Rewritten using quasar framework 2022-11-30 00:37:19 +10:00
postcss.config.js Rewritten using quasar framework 2022-11-30 00:37:19 +10:00
quasar.config.js Rewritten using quasar framework 2022-11-30 00:37:19 +10:00
README.md Rewritten using quasar framework 2022-11-30 00:37:19 +10:00
tsconfig.json Rewritten using quasar framework 2022-11-30 00:37:19 +10:00

Quasar App (quasar-project)

A Quasar Project

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.