0👍
Try this:
workbox.routing.registerRoute(
new RegExp('/spa.html'),
new workbox.strategies.NetworkFirst()
);
- [Vuejs]-Use the latest vue-eslint-parser – encore
- [Vuejs]-Detection of vue components finish rendering
Source:stackexchange.com