初始化IDC设备管理系统项目

This commit is contained in:
zhang1106
2025-12-18 10:45:13 +08:00
commit 80d9c42726
28 changed files with 8219 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "idc-device-management",
"version": "1.0.0",
"description": "IDC设备管理系统",
"scripts": {
"start": "npm run start:backend & npm run start:frontend",
"start:backend": "cd backend && npm run dev",
"start:frontend": "cd frontend && npm run dev",
"install:all": "npm install && cd backend && npm install && cd ../frontend && npm install"
},
"keywords": ["idc", "device", "management"],
"author": "",
"license": "MIT"
}