(feat): init commit of Vue frontend

This commit is contained in:
Blake Ridgway 2024-12-18 11:12:33 -06:00
parent 1f810cc0c9
commit f2fab8801c
8 changed files with 179 additions and 70 deletions

View file

@ -8,8 +8,10 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^1.7.9",
"core-js": "^3.8.3",
"vue": "^3.2.13"
"vue": "^3.2.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@babel/core": "^7.12.16",