第一次提交:Vue3后台前端最新版本

This commit is contained in:
XingQue
2026-06-14 02:43:42 +08:00
commit cf07faccc4
68 changed files with 29381 additions and 0 deletions

25
package.json Normal file
View File

@@ -0,0 +1,25 @@
{
"name": "vue3_cli_default",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"axios": "^1.13.5",
"echarts": "^6.0.0",
"element-plus": "^2.13.2",
"goeasy": "^2.13.24",
"lodash": "^4.18.1",
"mitt": "^3.0.1",
"sortablejs": "^1.15.7",
"vue": "^3.2.8",
"vue-router": "^4.6.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.4",
"@vue/compiler-sfc": "^3.2.6",
"vite": "^7.3.1"
}
}