# antflow-vue
**Repository Path**: ge-xiubin/antflow-vue
## Basic Information
- **Project Name**: antflow-vue
- **Description**: from TylerZhou/AntFlow-activiti flowable workflow仿钉钉低代码工作流(免费任意商用)
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 2
- **Forks**: 1
- **Created**: 2025-06-08
- **Last Updated**: 2025-08-30
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Antflow v4.0.0
基于Vue3 Element-Plus 前端快速开发框架
## 平台简介
- 在线预览 [预览入口](http://14.103.207.27/admin/) [系统操作手册](https://gitee.com/tylerzhou/Antflow/wikis/)
- 预览功能以及 API 介绍文档来啦(持续完善中...) [wiki](https://gitee.com/tylerzhou/Antflow/wikis/)
- 开源设计器地址 [Gitee 仓库](https://gitee.com/ldhnet/AntFlow-Designer) | [GitHub 仓库](https://github.com/ldhnet/AntFlow-Designer) | [GitCode 仓库](https://gitcode.com/ldhnet/FlowDesigner/overview)
- 开源项目地址 [Gitee 仓库](https://gitee.com/tylerzhou/Antflow) | [Github 仓库](https://github.com/mrtylerzhou/AntFlow) | [GitCode 仓库](https://gitcode.com/zypqqgc/AntFlow/overview)
- 随手 star ⭐ 是一种美德。 你们的 star 就是我的动力
- QQ 技术交流群(972107977) 期待您的加入
- 有疑问可以 Issues 留言,我们会认真对待
[issues 地址](https://gitee.com/tylerzhou/Antflow/issues)
## 前端运行
```bash
# gitee克隆项目
git clone https://gitee.com/tylerzhou/Antflow.git
# 进入项目目录
cd Antflow/antflow-vue
# 安装依赖
npm install --registry=https://registry.npmmirror.com
# 启动服务
npm run dev
# 构建测试环境 npm run build:stage
# 构建生产环境 npm run build:prod
# 前端访问地址 http://localhost:80
```
## 内置功能
1. 发起请求:发起流程。
2. 任务中心:我的发起,代办任务,已办任务。
3. 流程管理:流程设计,流程列表。
## 演示图






## 捐赠支持
😀 你可以请作者喝杯咖啡表示鼓励
## 好书推荐
大家在使用本项目时,推荐结合贺波老师的书
[《深入 Flowable 流程引擎:核心原理与高阶实战》](https://item.jd.com/14804836.html)学习。这本书得到了 Flowable 创始人 Tijs Rademakers 亲笔作序推荐,对系统学习和深入掌握 Flowable 的用法非常有帮助。
> flowable 源于 activiti,很多核心表,核心 api 和设计模式都是一样的.读 flowable 的书同样也可以用在 activiti 上
