# plus-ui **Repository Path**: helloxdan/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**: 3639 - **Created**: 2024-06-28 - **Last Updated**: 2024-06-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 平台简介 - 本项目前端技术栈 [Vue3](https://v3.cn.vuejs.org) + [TS](https://www.typescriptlang.org/) + [Element Plus](https://element-plus.org/zh-CN) + [Vite](https://cn.vitejs.dev) 版本。 ## 前端运行 ```bash # 克隆项目 git clone https://gitee.com/JavaLionLi/plus-ui.git # 安装依赖 npm install --registry=https://registry.npmmirror.com # 启动服务 npm run dev # 构建生产环境 npm run build:prod # 前端访问地址 http://localhost:80 ```