1
0
mirror of https://github.com/robonen/metr.git synced 2026-03-20 02:44:42 +00:00

+Vue +edited backend

This commit is contained in:
Konstantin Vinokurov
2022-05-29 20:29:49 +07:00
parent eaca99aaf1
commit 140207d481
9 changed files with 265 additions and 13 deletions

View File

@@ -7,8 +7,10 @@
"preview": "vite preview --port 5050"
},
"dependencies": {
"axios": "^0.27.2",
"vue": "^3.2.33",
"vue-router": "^4.0.14"
"vue-router": "^4.0.14",
"vuex": "^4.0.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.1",