service worker stuff work in progress

This commit is contained in:
vabene1111
2021-01-21 16:16:49 +01:00
parent ec14338159
commit 47c690526e
14 changed files with 211 additions and 97 deletions

View File

@ -0,0 +1,8 @@
import Vue from 'vue'
import App from './OfflineView.vue'
Vue.config.productionTip = false
new Vue({
render: h => h(App),
}).$mount('#app')