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

@@ -31,7 +31,9 @@
"source-sans": "^3.46.0",
"vue": "^3.4.11",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.2"
"vue-router": "^4.3.2",
"workbox-core": "^7.1.0",
"workbox-precaching": "^7.1.0"
},
"devDependencies": {
"@types/node": "^20.12.12",
@@ -8806,7 +8808,7 @@
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-7.1.0.tgz",
"integrity": "sha512-5KB4KOY8rtL31nEF7BfvU7FMzKT4B5TkbYa2tzkS+Peqj0gayMT9SytSFtNzlrvMaWgv6y/yvP9C0IbpFjV30Q==",
"dev": true
"license": "MIT"
},
"node_modules/workbox-expiration": {
"version": "7.1.0",
@@ -8843,7 +8845,7 @@
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-7.1.0.tgz",
"integrity": "sha512-LyxzQts+UEpgtmfnolo0hHdNjoB7EoRWcF7EDslt+lQGd0lW4iTvvSe3v5JiIckQSB5KTW5xiCqjFviRKPj1zA==",
"dev": true,
"license": "MIT",
"dependencies": {
"workbox-core": "7.1.0",
"workbox-routing": "7.1.0",
@@ -8877,7 +8879,6 @@
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-7.1.0.tgz",
"integrity": "sha512-oOYk+kLriUY2QyHkIilxUlVcFqwduLJB7oRZIENbqPGeBP/3TWHYNNdmGNhz1dvKuw7aqvJ7CQxn27/jprlTdg==",
"dev": true,
"dependencies": {
"workbox-core": "7.1.0"
}
@@ -8886,7 +8887,6 @@
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-7.1.0.tgz",
"integrity": "sha512-/UracPiGhUNehGjRm/tLUQ+9PtWmCbRufWtV0tNrALuf+HZ4F7cmObSEK+E4/Bx1p8Syx2tM+pkIrvtyetdlew==",
"dev": true,
"dependencies": {
"workbox-core": "7.1.0"
}