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.
- 移除产线和班组选择字段,以工位为中心重新设计表单 - 添加工位绑定必填校验和提示信息 - 更新字段标签和占位符文本以提高用户体验 - 在安灯规则中添加时限设置分组和优先级说明 - 隐藏不相关表格列以简化界面显示 - 为安灯事件分配页面添加只看我的开关功能 - 实现表格行样式高亮未完成记录 |
2 weeks ago | |
|---|---|---|
| bin | ||
| build | ||
| public | ||
| src | 2 weeks ago | |
| .editorconfig | ||
| .env.development | ||
| .env.production | ||
| .env.staging | ||
| .eslintignore | ||
| .eslintrc.js | ||
| .gitignore | ||
| README.md | ||
| babel.config.js | ||
| package.json | ||
| vue.config.js | ||
| webpack.config.js | ||
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