PWA: tryb offline

This commit is contained in:
2022-12-26 18:43:15 +01:00
parent f93c1fbfec
commit 2e721fb8bf
17 changed files with 2531 additions and 2366 deletions
+6 -6
View File
@@ -6,7 +6,7 @@
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"deploy": "yarn build && firebase deploy --only hosting",
"preview": "vite preview"
"preview": "yarn build && vite preview"
},
"dependencies": {
"core-js": "^3.12.1",
@@ -21,13 +21,13 @@
"vue-router": "^4.0.0-0"
},
"devDependencies": {
"@types/node": "^18.11.1",
"@types/node": "^18.11.17",
"@vitejs/plugin-vue": "^4.0.0",
"axios": "^1.1.2",
"typescript": "^4.6.4",
"vite": "^4.0.2",
"axios": "^1.2.1",
"typescript": "^4.9.4",
"vite": "^4.0.3",
"vite-plugin-pwa": "^0.14.0",
"vue-tsc": "^1.0.16"
"vue-tsc": "^1.0.18"
},
"browserslist": [
"> 1%",