Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 339 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 339 Bytes

pwa-precache-nuxt

Precache all nuxt files with workbox-build

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# to generate service worker and build in prod
$ npm run build

# to generate the service worker and start locally. NB no hot reload
$ npm run start-pwa