Skip to content

Latest commit

 

History

History
68 lines (46 loc) · 782 Bytes

README.md

File metadata and controls

68 lines (46 loc) · 782 Bytes

Quasar App (quasar)

A Quasar Project

Translation

quasalang generate

Update lock file

npm i --package-lock-only

Icon

icongenie generate -i app_icon.png --skip-trim --theme-color 027be3

Icons

https://github.com/thecotne/square-file-icons

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

yarn quasar dev

PWA

yarn quasar dev -m pwa

Lint the files

yarn lint

Format the files

yarn format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.