Frontend boilerplate using Quasar Framework
"node": ">= 12.22.1",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
# install cross-env
$ npm i -g cross-env
yarn
# or
npm install
npm run dev
npm run build
# lint code
$ npm run lint
# fix lint errors
$ npm run lint-fix
See Configuring quasar.config.js.
For more information regarding usage, see WIKI.