修改文件结构,统一文档格式

This commit is contained in:
ylweng
2025-09-01 02:42:03 +08:00
parent 2bd1d8c032
commit abc1184f81
151 changed files with 870 additions and 589 deletions

View File

@@ -0,0 +1,22 @@
{
"name": "nxxmdata-frontend",
"version": "1.0.0",
"description": "宁夏智慧养殖监管平台前端",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"ant-design-vue": "^4.0.0",
"axios": "^1.11.0",
"echarts": "^5.4.0",
"pinia": "^2.0.0",
"vue": "^3.4.0",
"vue-router": "^4.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.0",
"vite": "^5.0.0"
}
}