# lingmeng-cloud-plus-ui **Repository Path**: devil-ycl/lingmeng-cloud-plus-ui ## Basic Information - **Project Name**: lingmeng-cloud-plus-ui - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-11 - **Last Updated**: 2024-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 开发 ```bash # 进入项目目录 cd lingmeng-cloud-plus-ui # 安装依赖 npm install --registry=https://registry.npmmirror.com # 启动服务 npm run dev ``` 浏览器访问 http://localhost:80 ## 发布 ```bash # 构建测试环境 npm run build:stage # 构建生产环境 npm run build:prod ```