| .. | ||
| dev | ||
| public | ||
| src | ||
| src-capacitor/ios | ||
| .editorconfig | ||
| .gitignore | ||
| .npmrc | ||
| .prettierrc.json | ||
| eslint.config.js | ||
| index.html | ||
| jsconfig.json | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| quasar.config.js | ||
| README.md | ||
Thats me App (thatsme-quasar)
Thats me Quasar Project
Install the dependencies
yarn
# or
npm install
erste installation
npm i -g @quasar/cli npm init quasar@latest
Now, do you want to be able to run Quasar CLI commands directly (eg. $ quasar dev/build)
npm i -g @quasar/cli
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