Skip to main content

All Questions

0 votes
0 answers
315 views

How to cache files built by Vue in service worker (not manually)

I have this Vue application that I wish to cache all files using service workers but every time I build the application to deploy and test, the filename for the js files created by vue are different: ...
Jerome Palayoor's user avatar
1 vote
0 answers
159 views

cache empty after adding PWA to home screen on Safari iOS

Im building a PWA with VueJS in combination with Ionic. I've also installed the @vue/cli-plugin-pwa. What I'm trying to achieve is storing an url param in cache with the cache API when a user visits ...
dexter's user avatar
  • 165
1 vote
0 answers
957 views

Service worker cache in VueJS

I have an application in VueJs using axios, service worker and recently I'm struggling with what it seems a new bug that came with our last update. A bit of context first, the URL in production of ...
Maikon Cg's user avatar
0 votes
1 answer
384 views

Force serviceWorker update when existing "bad" serviceWorker is active and cache first

I have a problem, much like this question, which is a few years old now. The problem I have is [a] new JS to the app code to unregister the ServiceWorker or skip-waiting is not being parsed because ...
Rhecil Codes's user avatar
3 votes
1 answer
3k views

Vue PWA: Use ServiceWorker to cache remote media assets from array of URLs

I am building a PWA where I would like to optionally download and cache ALL media assets used throughout the application, if the user wants to. The default PWA behaviour only caches the assets when ...
Rhecil Codes's user avatar
-1 votes
1 answer
1k views

How to solve cache problem on modern browsers?

we are developing a VueJS based application. We have huge caching problem. Team members are constantly updating the site but we are getting feedbacks about the solved problems such as typos and miss ...
Eren Yatkin's user avatar