1 Star 0 Fork 152

shiwei-zhang / bpm-web

forked from zhuzl / bpm-web 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载

A short and simple permissive license with conditions only requiring preservation of copyright and license notices. Licensed works, modifications, and larger works may be distributed under different terms and without source code.

Permissions
  • Commercial use
  • Modification
  • Distribution
  • Private use
Limitations
  • Liability
  • Warranty
Conditions
  • License and copyright notice
README.md 1.66 KB
一键复制 编辑 原始数据 按行查看 历史
zhoulin.zhu 提交于 2020-08-20 23:46 . update

bpm-web

介绍

bpm - Designer 主要包含完整流程引擎功能,流程设计器、表单设计器、动态路由、我的待办/已办/草稿/申请 等。页面兼容移动端且满足各种中国式流程,力争成为开源流程引擎的标杆。 在线体验地址 http://120.77.218.141:9992/bpm-web/index.html

软件架构

vue elementUI

安装教程

# 克隆项目
git clone https://gitee.com/zhuzl002/bpm-web.git

# 进入项目目录
cd bpm-web

# 安装依赖
npm install

# 建议不要直接使用 cnpm 安装以来,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
npm install --registry=https://registry.npm.taobao.org

# 启动服务
npm run dev

浏览器访问 http://localhost:9528

发布

# 构建测试环境
npm run build:stage

# 构建生产环境
npm run build:prod

使用说明

参与贡献

  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request

License

MIT license.

Copyright (c) 2020-present zhoulin.zhu

打赏

note note
NodeJS
1
https://gitee.com/ShiweiZhang/bpm-web.git
git@gitee.com:ShiweiZhang/bpm-web.git
ShiweiZhang
bpm-web
bpm-web
master

搜索帮助