# plus-ui **Repository Path**: liang-home/plus-ui ## Basic Information - **Project Name**: plus-ui - **Description**: RuoYi-Vue-Plus 5.X 与 RuoYi-Cloud-Plus 2.X 统一 UI 前端代码仓库 问题请到主框架反馈 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: ts - **Homepage**: https://plus-doc.dromara.org - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3151 - **Created**: 2024-03-22 - **Last Updated**: 2024-09-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 前端运行 ```bash # 安装依赖 npm install --registry=https://registry.npmmirror.com --legacy-peer-dep # 启动服务 npm run dev # 构建生产环境 npm run build:prod # 前端访问地址 http://localhost:80 ```