Go to file
BianLzhaoMin d2f3efaf7e 优化 2025-09-10 16:41:28 +08:00
bin 初始提交 2025-09-02 16:50:22 +08:00
build 初始提交 2025-09-02 16:50:22 +08:00
public 公共服务平台-大屏图标 2025-09-10 09:51:29 +08:00
src 优化 2025-09-10 16:41:28 +08:00
.editorconfig 初始提交 2025-09-02 16:50:22 +08:00
.env.development Merge branch 'main' of http://192.168.0.75:3000/bonus/pub_svc_platform_web 2025-09-09 16:31:03 +08:00
.env.production Merge branch 'main' of http://192.168.0.75:3000/bonus/pub_svc_platform_web 2025-09-09 16:31:03 +08:00
.env.staging 产品中心, 产品详情页面搭建 2025-09-03 18:28:21 +08:00
.gitignore 初始提交 2025-09-02 16:50:22 +08:00
README.md first commit 2025-09-02 16:36:54 +08:00
babel.config.js 初始提交 2025-09-02 16:50:22 +08:00
package.json 优化 2025-09-10 11:09:40 +08:00
prettier.config.js 优化 2025-09-10 11:09:40 +08:00
vue.config.js 优化 2025-09-10 11:09:40 +08:00

README.md

开发

# 克隆项目
git clone https://gitee.com/y_project/RuoYi-Vue

# 进入项目目录
cd ruoyi-ui

# 安装依赖
npm install

# 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
npm install --registry=https://registry.npmmirror.com

# 启动服务
npm run dev

浏览器访问 http://localhost:80

发布

# 构建测试环境
npm run build:stage

# 构建生产环境
npm run build:prod