PWA Build Commandsedit
Quasar CLI makes it incredibly simple to develop or build the final distributables from your source code.
Developing
$ quasar dev -m pwa
# ..or the longer form:
$ quasar dev --mode pwa
WARNING
Do not run Lighthouselaunch on your development build because at this stage the code is intentionally not optimized and contains embedded source maps (among many other things).
Building for Production
$ quasar build -m pwa
# ..or the longer form:
$ quasar build --mode pwa