Freedom! Quasar Boilerplate

Frontend boilerplate using Quasar Framework

Env pre-requisites

"node": ">= 12.22.1",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"

Install the dependencies

# install cross-env
$ npm i -g cross-env

yarn
# or
npm install

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

npm run dev

Build the app for production

npm run build

Other commands

# lint code
$ npm run lint

# fix lint errors
$ npm run lint-fix

Customize the configuration

See Configuring quasar.config.js.

Boilerplate usage

For more information regarding usage, see WIKI.