feat: Implement authentication store and update login view

This commit is contained in:
2025-12-08 21:30:15 +01:00
parent 982bc3bdb8
commit 32ce3b837a
7 changed files with 479 additions and 40 deletions

View File

@@ -21,7 +21,10 @@
"vue": "^3.5.25",
"vue-router": "^4.6.3",
"tsparticles": "~3.9.1",
"@tsparticles/vue3": "~3.0.1"
"@tsparticles/vue3": "~3.0.1",
"axios": "^1.13.2",
"vue-axios": "^3.5.2",
"pinia": "^3.0.4"
},
"devDependencies": {
"@quasar/vite-plugin": "^1.10.0",