PWA Build Commands
Quasar CLI makes it incredibly simple to develop or build the final distributables from your source code.
Developing
$ quasar dev -m pwa |
IMPORTANT
Do not run Lighthouse on your development build. It is not optimized and does not contain a true Service Worker.
Building for Production
$ quasar build -m pwa |
PWA Checklist
https://developers.google.com/web/progressive-web-apps/checklist
IMPORTANT
Do not run Lighthouse on your development build. It is not optimized and does not contain a true Service Worker.