feat(ui): 管理后台基础配置

This commit is contained in:
廖彦棋
2024-03-06 10:23:55 +08:00
parent 2abbb95ea2
commit a73ed71b9d
33 changed files with 583 additions and 527 deletions

View File

@@ -12,6 +12,7 @@
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"@arco-design/web-vue": "^2.54.6",
"pinia": "^2.1.7",
"vue": "^3.4.15",
"vue-router": "^4.2.5"
@@ -26,6 +27,7 @@
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
"less": "^4.2.0",
"npm-run-all2": "^6.1.1",
"typescript": "~5.3.0",
"vite": "^5.0.11",