You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
吕天方 e07a6032a1
企业端异常待办提醒、预警提醒、服务业发展报告导出、回显 企业端去除备忘录
5 months ago
bin
build
public 样式修改,企业库导入模板修改 6 months ago
src 企业端异常待办提醒、预警提醒、服务业发展报告导出、回显 企业端去除备忘录 5 months ago
.editorconfig
.env.development 企业端异常待办提醒、预警提醒、服务业发展报告导出、回显 企业端去除备忘录 5 months ago
.env.production 模板详情去除之前判断、服务业发展报告对接、流程设计完善、数据云图跳转完善、自定义模板回显 5 months ago
.env.staging 菜单自定义 10 months ago
.eslintignore
.eslintrc.js
.gitignore
README.md
babel.config.js
package.json 企业端异常待办提醒、预警提醒、服务业发展报告导出、回显 企业端去除备忘录 5 months ago
vue.config.js 模板详情去除之前判断、服务业发展报告对接、流程设计完善、数据云图跳转完善、自定义模板回显 5 months 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