feat(frontend): Add Progressive Web App (PWA) support. Includes a service worker for offline capabilities, a web manifest, and icons for a native-like, installable app experience
This commit is contained in:
@@ -7,10 +7,12 @@
|
||||
"build": "vue-cli-service build"
|
||||
},
|
||||
"dependencies": {
|
||||
"vue": "^3.5.18",
|
||||
"axios": "^1.11.0"
|
||||
"axios": "^1.11.0",
|
||||
"register-service-worker": "^1.7.2",
|
||||
"vue": "^3.5.18"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vue/cli-plugin-pwa": "~5.0.0",
|
||||
"@vue/cli-service": "~5.0.8"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user