综合办公系统
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
余思翰 70425e763c 新增项目导出,新增流程的标题 il y a 8 mois
..
bin oa工作流初始化 il y a 1 an
bpmnlint-plugin-local oa工作流初始化 il y a 1 an
build oa工作流初始化 il y a 1 an
public 修改一些前端小问题 il y a 11 mois
src 新增项目导出,新增流程的标题 il y a 8 mois
.editorconfig oa工作流初始化 il y a 1 an
.env.development 修改登录界面 il y a 1 an
.env.production 修改登录界面 il y a 1 an
.env.staging 修改登录界面 il y a 1 an
.eslintignore oa工作流初始化 il y a 1 an
.eslintrc.js oa工作流初始化 il y a 1 an
.gitignore oa工作流初始化 il y a 1 an
README.md oa工作流初始化 il y a 1 an
babel.config.js oa工作流初始化 il y a 1 an
package.json 修改一张图 il y a 11 mois
vue.config.js 安全要求、合同总经理审核、技术方案流程 il y a 11 mois

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