Initial commit

This commit is contained in:
xiongxiaoyang
2022-05-14 08:02:38 +08:00
parent c719f1378b
commit 3f079db001
44 changed files with 7346 additions and 84 deletions

View File

@@ -8,8 +8,12 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.27.2",
"core-js": "^3.8.3",
"vue": "^3.2.13"
"element-plus": "^2.2.0",
"jquery": "^3.6.0",
"vue": "^3.2.13",
"vue-router": "^4.0.15"
},
"devDependencies": {
"@babel/core": "^7.12.16",