vuejs-templates / pwa

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

SPA app using angular not working offline for pages other than Index #192

Open surajsnanavare opened 6 years ago

surajsnanavare commented 6 years ago

Hi, I have created PWA for angular app. I have used templatedUrl in service worker. It will work fine, it updates Index.html file in cache but not showing newer copy of index.html page in browser even after refreshing. Please give me a solution!