Skip to content

mgurg/quasar

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages