[Vuejs]-Best way to implement Service Worker in a Laravel/Vue SPA

1πŸ‘

βœ…

I’ve been using workbox with same stack (Laravel + VueJS) and it worked like a charm. Apart from that I don’t remember this to be extremely difficult or something similar.

Just installed workbox, add the js reference on the html and not much more, as it is js in the end, once you change your SW the npm run watch will build/reload the app.js and it should work.

Hope it helps

πŸ‘€oscarmlage

Leave a comment