You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15036302109 1a0740f782 1.应急救援抢险物资模块,物资名称录入完成,查询功能优化,重置bug修复
2.风险管理模块,修改时风险点位置和涉及群众数量回显失败bug修复
3.企业基本信息模块列表展示bug修改(企业现状列表展示为0,1;优化为停业,正常经营)
11 months ago
..
bin 初始化 1 year ago
build 初始化 1 year ago
public 初始化 1 year ago
src 1.应急救援抢险物资模块,物资名称录入完成,查询功能优化,重置bug修复 11 months ago
.editorconfig 初始化 1 year ago
.env.development t 12 months ago
.env.production 消息通知 12 months ago
.env.staging 修改ui项目标题 12 months ago
.eslintignore 初始化 1 year ago
.eslintrc.js 初始化 1 year ago
.gitignore 初始化 1 year ago
README.md 消息通知 12 months ago
babel.config.js 初始化 1 year ago
package.json 修改ui项目标题 12 months ago
vue.config.js t 12 months ago

README.md

开发

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

# 进入项目目录
cd ruoyi-ui

# 安装依赖
n

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

# 启动服务
npm run dev

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

发布

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

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