@yyx990803 and I have talked about working on an official PWA template for Vue 馃摫
There are a few different options for what this could include:
sw-precache-webpack-plugin
If we wanted to go even more ambitious we could cover:
preload-webpack-plugin
)Requirements
Prior-art - PWA templates and boilerplates 馃帹
Vue.js PWAs (open-source) 馃憪
Other references 馃摎
Initially, I would love to get a feel for what would considered palatable for an MVP. There's technically nothing stopping us baking in everything in the above list, but let's talk and figure out a path forward 馃殌
Thanks Addy! The list looks good and totally feasible. The only thing I'd consider is whether we want to include SSR for now, since SSR comes with some tradeoffs in increased dev and deployment complexity which may not be a net win for all apps. We can start with a version without SSR and then work on a separate one that uses SSR.
The only thing I'd consider is whether we want to include SSR for now, since SSR comes with some tradeoffs in increased dev and deployment complexity which may not be a net win for all apps. We can start with a version without SSR and then work on a separate one that uses SSR.
This plan of action sgtm 馃憤
What's the best way to get started? Worth us creating a new empty repo on the vuejs org to start on a PR?
I've created https://github.com/vuejs/pwa and sent an invite for collaboration. We'll move it to vuejs-templates
once it's ready.
Awesome. Thanks, @yyx990803!
This is great news. Just curious if there is a posted timeline and roadmap for this ?
I'd be interested in assisting if possible.
Closing this now that the template exists at https://github.com/vuejs-templates/pwa and it's ready
馃憦 @addyosmani
Most helpful comment
I've created https://github.com/vuejs/pwa and sent an invite for collaboration. We'll move it to
vuejs-templates
once it's ready.