feat(pwa): add PWA support with auto-update and install prompt
All checks were successful
Deploy to Production / deploy (push) Successful in 12s

This commit is contained in:
2026-02-26 23:46:17 +00:00
parent bec57f9e49
commit 8655533a2d
6 changed files with 4949 additions and 3 deletions

View File

@@ -15,6 +15,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.2",
"vite": "^7.3.1"
"vite": "^7.3.1",
"vite-plugin-pwa": "^1.2.0"
}
}