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

csg6 56dbc1f457 生产打包配置 пре 2 недеља
bin e3f0ba199a Import Init пре 11 месеци
build e3f0ba199a Import Init пре 11 месеци
public ec855f91df 更新框架样式 пре 11 месеци
src 56dbc1f457 生产打包配置 пре 2 недеља
.editorconfig e3f0ba199a Import Init пре 11 месеци
.env.development 56dbc1f457 生产打包配置 пре 2 недеља
.env.production 56dbc1f457 生产打包配置 пре 2 недеља
.env.staging a1b70b2d8b 修改接口端口8180 пре 9 месеци
.eslintignore e3f0ba199a Import Init пре 11 месеци
.eslintrc.js e3f0ba199a Import Init пре 11 месеци
.gitignore 888265b5a9 生产环境去掉login пре 3 недеља
README.md 8f74106127 接口配置 пре 10 месеци
babel.config.js e3f0ba199a Import Init пре 11 месеци
package.json 0e47e88786 惠州 пре 10 месеци
vue.config.js 56dbc1f457 生产打包配置 пре 2 недеља

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