wflow 的vue3版本 基于element-plus 组件库 wflow官网: 👉访问官网 点击在线体验:👉在线演示 完成进度已完成表单流程设计器的功能,支持校验,可以在项目内使用了 推荐资料 大家在使用本项目时,推荐结合下方贺波老师的本书学习,这本书对系统学习和深入掌握Activiti/Flowable的用法非常有帮助 ...
import { ref, onMounted } from 'vue' import { VueFlow } from '@vue-flow/core' const nodes = ref([ { id: '1', position: { x: 50, y: 50 }, data: { label: 'Node 1', }, }, { id: '2', position: { x: 50, y: 250 }, data: { label: 'Node 2', }, } ]); c...
本项目在码云地址: Flowable-Activiti仿钉钉流程设计器前后台源码--工作流中台项目-基于wflow-web和smart-flow-design前端: Flowable Activiti 仿钉钉流程设计器源码 前端基于wflow工程创建 对标wflow商业版项目 本人无偿开源 100%开源 后台可以基于Flowable 56 以及 Activiti567版本使用之前 请务必看 README 文件 以...
A highly customizable Flowchart component for Vue 3. Features seamless zoom & pan 🔎, additional components like a Minimap 🗺 and utilities to interact with state and graph. - chore: update license · 365-W/vue-flow@060f9e4