11 Updating pwa - dptole/aws-vue-koa GitHub Wiki
After everything is done you have to think about the future. What if you need to update the app? Fear no more! The user can manually check for updates [what about submitting a feature for periodic updates? :)]
After clicking that button the app will
- Get rid of the old cache
- Update all service workers
- Reload the page
This will cause the service worker to issue the last version of all files and store them in cache once again... It's a personal project after all!