惠州石化岗位责任制检查信息管理系统-VueWeb前端代码仓库。

csg6 16d5f1671e 0 1 mese fa
bin e3f0ba199a Import Init 11 mesi fa
build e3f0ba199a Import Init 11 mesi fa
public ec855f91df 更新框架样式 11 mesi fa
src 16d5f1671e 0 1 mese fa
.editorconfig e3f0ba199a Import Init 11 mesi fa
.env.development 241bfdce17 8180 9 mesi fa
.env.production 241bfdce17 8180 9 mesi fa
.env.staging a1b70b2d8b 修改接口端口8180 9 mesi fa
.eslintignore e3f0ba199a Import Init 11 mesi fa
.eslintrc.js e3f0ba199a Import Init 11 mesi fa
.gitignore e3f0ba199a Import Init 11 mesi fa
README.md 8f74106127 接口配置 11 mesi fa
babel.config.js e3f0ba199a Import Init 11 mesi fa
package.json 0e47e88786 惠州 10 mesi fa
vue.config.js 7306117ed5 8180 9 mesi fa

README.md

开发

惠州石化岗位责任制检查信息管理系统-vueWeb前端代码仓库

# 克隆项目
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