phonegap / phonegap-template-vue-f7-split-panel

A Split View PhoneGap template using Vue.js and Framework7 that degrades to a Panel View on smaller devices
Apache License 2.0
17 stars 10 forks source link

service worker caching policies #37

Open enviouseli opened 5 years ago

enviouseli commented 5 years ago

I want to add the caching policies into the service work. As per the tutorial from phonegap website this template support PWA and uses sw-precache-webpack-plugin.

Where can I define my own caching policies and test them. Please guide me.

Thank you.