Files
FastBee/vue
随遇而安 b007f4889c !41 大屏设备地图实现
Merge pull request !41 from 孙阿龙/master
2022-08-15 06:12:04 +00:00
..
2022-03-16 14:10:17 +08:00
2022-03-16 14:10:17 +08:00
2022-08-11 14:10:35 +08:00
2022-08-15 06:12:04 +00:00
2022-03-16 14:10:17 +08:00
2022-06-27 12:43:51 +00:00
2022-06-27 12:44:15 +00:00
2022-06-27 12:44:37 +00:00
2022-03-16 14:10:17 +08:00
2022-03-16 14:10:17 +08:00
2022-03-16 14:10:17 +08:00
2022-03-16 14:10:17 +08:00
2022-08-11 14:10:35 +08:00
2022-03-16 14:10:17 +08:00
2022-07-27 17:47:44 +08:00

开发

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

# 进入项目目录
cd ruoyi-ui

# 安装依赖
npm install

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

# 启动服务
npm run dev

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

发布

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

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