vuejs-templates / pwa

PWA template for vue-cli based on the webpack template
MIT License
3.04k stars 506 forks source link

Implement workbox possiblity? #180

Closed mazipan closed 6 years ago

mazipan commented 6 years ago

Workbox now become next generation for sw-precache. Do we have plan to move from sw-precache to workbox especially after they launch v.3. If yes, maybe we can create a different branch for this feature development.

Thanks 😄

jeffposnick commented 6 years ago

Yes—Workbox is in https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-plugin-pwa and will be the tool used for service worker generation in vue-cli v3.

mazipan commented 6 years ago

Cool, nice to hear that. Thanks for your response @jeffposnick