Initial commit: 西安云阶智元信息科技有限公司官网

This commit is contained in:
leisileken
2026-06-16 21:37:29 +08:00
commit 61d4063828
39 changed files with 4941 additions and 0 deletions

26
package.json Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "cloud-smart",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.4.21",
"vue-router": "^4.3.0",
"element-plus": "^2.6.3"
},
"devDependencies": {
"@types/node": "^20.11.0",
"@vitejs/plugin-vue": "^5.0.4",
"typescript": "^5.4.5",
"vite": "^8.0.16",
"@vue/tsconfig": "^0.5.1",
"vue-tsc": "^3.3.5",
"tailwindcss": "^3.4.14",
"postcss": "^8.4.38",
"autoprefixer": "^10.4.19"
}
}