Fix PWA start URL with Vue Router
Published: November 17, 2019
If you have created a Vue project with the CLI with PWA and routing, you might have an issue that the installed PWA is starting with a blank page.
To fix this, go to your manifest.json and change the start_url
from ./index.html
to /
.