# ruoyi-erp-vue **Repository Path**: stackldy/ruoyi-erp-vue ## Basic Information - **Project Name**: ruoyi-erp-vue - **Description**: 参考ruoyi-erp-service - **Primary Language**: HTML - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: http://erp.ichengle.top/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 15 - **Created**: 2025-07-11 - **Last Updated**: 2025-08-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 平台简介 * 本仓库为前端技术栈 [Vue3](https://v3.cn.vuejs.org) + [Element Plus](https://element-plus.org/zh-CN) + [Vite](https://cn.vitejs.dev) 版本。 ## 在线体验 - http://erp.ichengle.top ## 后端项目地址 #### gitee地址 https://gitee.com/zccbbg/ruoyi-erp-service #### github地址 https://github.com/zccbbg/ruoyi-erp-service ## 前端运行 ```bash # 进入项目目录 cd ruoyi-erp-vue # 安装依赖 npm install --registry=https://registry.npmmirror.com # 启动服务 npm run dev # 构建测试环境 yarn build:stage # 构建生产环境 yarn build:prod # 前端访问地址 http://localhost:80 ```