feat:#5 added own service worker script for precache api during install

This commit is contained in:
Elmar Kresse
2024-08-13 20:41:45 +02:00
parent b848d26704
commit a22c7a1073
4 changed files with 44 additions and 48 deletions

View File

@@ -53,6 +53,8 @@
"vite": "^5.2.11",
"vite-plugin-pwa": "^0.20.0",
"vitest": "^1.6.0",
"vue-tsc": "^1.8.27"
"vue-tsc": "^1.8.27",
"workbox-core": "^7.1.0",
"workbox-precaching": "^7.1.0"
}
}