# smart-city-ui **Repository Path**: wusongti/smart-city-ui ## Basic Information - **Project Name**: smart-city-ui - **Description**: 智慧社区SAAS服务平台前端UI Vue Element UI 后端地址:https://gitee.com/wusongti/smart-city.git - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 46 - **Forks**: 65 - **Created**: 2020-06-16 - **Last Updated**: 2025-08-23 ## Categories & Tags **Categories**: erp **Tags**: Vue, Element-UI ## README # 1. 系统部署运行步骤 1. 下载并配置node环境 2. cd smart-city-ui 3. npm install 4. 开发环境启动:npm run dev 5. 测试环境打包:npm run build--test 6. 生产环境打包:npm run build--prod