DEV Community

Abubakar Shehu
Abubakar Shehu

Posted on

New way of creating vue PWA

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.

Top comments (1)

Collapse
 
dvalin99 profile image
Domenico Tenace

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/