[Vuejs]-Vue Cli 404 on wwwroot/index.html error using PWA

0👍

I use the pwa webpack config navigatefallback to fix this issue please see: https://developers.google.com/web/tools/workbox/modules/workbox-webpack-plugin#generateSW-navigateFallback

Also pwa can fail with history mode enabled on the vue Router:

here are some questions that i think will get you in the right direction:

PWA doesn't load when router is in history mode (Vue CLI 3 based project)

and

Vue Router History Mode with PWA in Offline Mode

Leave a comment