Offline Wikipedia is a demo of how a content site such as Wikipedia could offer offline content.
Install dependencies:
npm install
npm run update
Run dev server:
npm run serve
Or, run without the offline capabilities:
npm run serve-no-sw
Running without offline capabilities means you get the latest version each time you hit refresh.