lph 09bf067813 添加流程图任务行业分类/添加节点名和script脚本表单校验 1 year ago
..
bin 224d8e0be9 初始化 2 years ago
build 224d8e0be9 初始化 2 years ago
public 36338447a9 页面首次登录问题解决 1 year ago
src 09bf067813 添加流程图任务行业分类/添加节点名和script脚本表单校验 1 year ago
.editorconfig 224d8e0be9 初始化 2 years ago
.env.development e3c17f1d39 Merge branch 'master' of http://49.233.37.222:3000/wjm/mec-cloud_IntelligentManufacturing_CRM 1 year ago
.env.production 224d8e0be9 初始化 2 years ago
.env.staging 224d8e0be9 初始化 2 years ago
.eslintignore 224d8e0be9 初始化 2 years ago
.eslintrc.js 224d8e0be9 初始化 2 years ago
.gitignore 8493d1619b 配置文件修改 1 year ago
README.md 224d8e0be9 初始化 2 years ago
babel.config.js 224d8e0be9 初始化 2 years ago
jsconfig.json b16e87a4dd 表格数据排序规则调整 1 year ago
package.json e419434390 初始化脚本编辑初始页面/添加异常处理任务字段/修改保存节点信息请求数据 1 year ago
vue.config.js e3c17f1d39 Merge branch 'master' of http://49.233.37.222:3000/wjm/mec-cloud_IntelligentManufacturing_CRM 1 year ago

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