DEV Community

Discussion on: PWA for Vue applications: A practical guide

Collapse
 
dwrtardis profile image
dwr-tardis

I've found trying to get information on using PWA with the Vue CLI far harder than using PWA in a vanilla JS app, mainly due to the lack of documentation for newcomers. This tutorial is perhaps the best I have found on Vue CLI with PWA, so thank you very much for writing it.

The only part of the tutorial that initially confused me was where that precaching code in /src/service-worker.js came from, but if you look in the /dist/service-worker.js created by a generateSW build, you will find the precaching code comes from there.

Thanks again!