feat: add Vue.js frontend with JWT auth, Pinia store, and Docker

This commit is contained in:
Cipher Vance
2025-11-20 19:24:43 -06:00
parent 580a029742
commit 1f2eb1e836
16 changed files with 1623 additions and 75 deletions

View File

@@ -10,6 +10,7 @@
"dependencies": {
"axios": "^1.12.0",
"core-js": "^3.8.3",
"pinia": "^2.1.0",
"vue": "^3.2.13",
"vue-router": "^4.5.0"
},
@@ -42,4 +43,4 @@
"not dead",
"not ie 11"
]
}
}