feat: PWA support — installable on all platforms

- Add vite-plugin-pwa with autoUpdate service worker
- Generate SVG + PNG icons (192, 512, apple-touch-icon, favicon)
- Web app manifest with standalone display mode
- Workbox caching: precache assets, cache Google Fonts, NetworkFirst for API
- Apple mobile web app meta tags for iOS home screen

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-03-07 21:53:44 +00:00
co-authored by Claude Opus 4.6
parent 7d251dbd78
commit 486d6f445d
9 changed files with 3222 additions and 19 deletions
+1
View File
@@ -18,6 +18,7 @@
"tailwindcss": "^4.2.1",
"typescript": "^5.7.3",
"vite": "^7.3.1",
"vite-plugin-pwa": "^1.2.0",
"vue-tsc": "^2.2.8"
}
}