Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 336 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 336 Bytes

vue-pwa-firecloud

build pwa app using vue and firecloud

How to generate service worker

npm i -g sw-precache
sw-precache --config sw-config.js

How to clear cache when developing

Goto Developer Tools -> Application -> Cache to clear the cache. Otherwise your change will NOT being reflected immedidately.