Minimal Progressive Web APp (PWA) that passes the Google Lighthouse audit.
Minimal PWA without any frameworks.
Minimal PWA with a simple responsive menu using Boostrap 4 and very simple template-based routing.
Minimal PWA with a simple responsive menu using Boostrap 4 Vue 2.x and very simple component-based routing.
The solutions that contain routing assume a web server configured to route 404 errors to /index.html to allow for client-side routing. For example, if you're using local web server, then you'd start it like the following:
$ ws --spa index.html