add crud store/api service
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 7s

This commit is contained in:
2026-03-07 00:53:08 -06:00
parent 533571859f
commit 31225b51b2
9 changed files with 412 additions and 4 deletions

View File

@@ -11,6 +11,8 @@
"type-check": "vue-tsc --build"
},
"dependencies": {
"axios": "^1.13.6",
"pinia": "^3.0.4",
"vue": "^3.5.29",
"vue-router": "^5.0.3"
},