I have read and practice the use of vuejs its really a good framework togo with. Now I want to start a new vue PWA project, according to many post its recommended to use vue CLI pwa plugin but on reaching the official page of vue, they make it clear that vue CLI is under maintenance suggesting create-vue. So, How can I use this most recommended way to achieved my pwa with vue? Thank you in advance.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
create-vue is official scaffolding Vue projects, and it's based on Vite. For this reason you can use a npm package called vite-pwa.
This is official documentation:
vite-pwa-org.netlify.app/