|
|
||
|---|---|---|
| .husky | ||
| .vscode | ||
| public | ||
| src | ||
| src-electron | ||
| .editorconfig | ||
| .gitignore | ||
| .npmrc | ||
| .prettierrc.json | ||
| README.md | ||
| commitlint.config.ts | ||
| eslint.config.js | ||
| index.html | ||
| package.json | ||
| postcss.config.js | ||
| quasar.config.ts | ||
| tsconfig.json | ||
README.md
Quasar App (quasar-demo)
A Quasar Project
Node Version 18.18.0
Install the dependencies
npm install yarn -g
yarn install
# or
npm install
Start the app in development mode (hot-code reloading, error reporting, etc.)
quasar dev
# or
yarn 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
# or
yarn build