isabella232 / min-pwa

Minimal Progressive Web App (PWA) that passes a Google Lighthouse audit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

min-pwa

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.

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

About

Minimal Progressive Web App (PWA) that passes a Google Lighthouse audit


Languages

Language:HTML 77.4%Language:JavaScript 22.6%