Skip to main content

All Questions

0 votes
1 answer
292 views

service worker caching vs VuexPersistence

I guess it's a silly question as I could not find the topic anywhere, but I am currently learning about service workers and caching features, and was wondering if VuexPersistence was still needed if ...
Nassim's user avatar
  • 23
2 votes
1 answer
978 views

How do you communicate between firebase service worker and Vue/Vuex web app

We are running a Vue application that has a firebase service worker running "next" to it. The service worker has been initiated as such: // main.js import firebase from 'firebase/app' import '...
Hugo van Schalkwyk's user avatar
1 vote
0 answers
1k views

Vue.js PWA, vuex: 'An unknown error occured when fetching the script'

I have the following setup: Vue PWA starter Vuex store Persist plugin to have data available offline The sw registers properly and also loads the cached files containing my vue app when offline. The ...
sandrooco's user avatar
  • 8,816