How to build a PWA in vue-cli mode? #9656
Unanswered
wsw70
asked this question in
CLI - PWA mode
Replies: 1 comment 1 reply
-
it's only available for quasar cli. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I built in the past PWAs though
quasar build --mode pwa
. The documentation, however, does not tell how to build it when the project was done based onvue-cli
.I currently build my app with
npm run build
.Beta Was this translation helpful? Give feedback.
All reactions