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