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.
 
 
 
 
shaoyong 86794b24a6 不良检验优化 6 months ago
bin init 1 year ago
build init 1 year ago
public 新增报表和首页 1 year ago
src 不良检验优化 6 months ago
.editorconfig init 1 year ago
.env.development 设备看板修改 6 months ago
.env.production 工序V4.0 1 year ago
.env.staging 新增报表和首页 1 year ago
.eslintignore init 1 year ago
.eslintrc.js init 1 year ago
.gitignore init 1 year ago
.project init2.1 1 year ago
Dockerfile 发版命令 1 year ago
README.md init2.0 1 year ago
babel.config.js init 1 year ago
default - 副本.conf 报工优化 8 months ago
default.conf 生产过程检验+手持版本管理 11 months ago
open-platform-ui.iml init2.1 1 year ago
package.json uodate - add能源模块初始化 10 months ago
push-op-ui-prod.bat 前端发版 11 months ago
push-op-ui-test.bat 前端发版 11 months ago
vue.config.js 修改包材出库页面 9 months ago
webpack.config.js uodate - add能源模块初始化 10 months ago

README.md

开发

# 进入项目目录
cd open-platform-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