0.0.29 • Published 1 year ago
design-flow-dev v0.0.29
安装
npm 安装 推荐使用 npm 的方式安装,它能更好地和 webpack 打包工具配合使用。
npm i design-flow-dev
快速开始
按需导入(推荐) 在你的页面里
import { flowCreate, flowStart,flowView,..... } from 'design-flow-dev'; import 'design-flow-dev/style.css';
创建模式
- 组件名称:flowCreate
- 接口描述:
- 创建一个可执行的流程,需要配置以及自己画流程
- 示例:
<flowCreate ref="flowCreate"/>
方法以及使用:
画完流程图获取xml: create.value是vue3里边的ref写法
create.value.saveXml((xml, error) => { if (error) { alert(error) } else { console.log(xml) } });
0.0.29
1 year ago
0.0.28
1 year ago
0.0.26
2 years ago
0.0.27
2 years ago
0.0.25
2 years ago
0.0.23
2 years ago
0.0.24
2 years ago
0.0.20
2 years ago
0.0.21
2 years ago
0.0.22
2 years ago
0.0.14
2 years ago
0.0.15
2 years ago
0.0.16
2 years ago
0.0.17
2 years ago
0.0.18
2 years ago
0.0.19
2 years ago
0.0.13
2 years ago
0.0.11
2 years ago
0.0.12
2 years ago
0.0.10
2 years ago
0.0.9
2 years ago
0.0.8
2 years ago
0.0.7
2 years ago
0.0.6
2 years ago
0.0.5
2 years ago
0.0.4
2 years ago
0.0.3
2 years ago
0.0.2
2 years ago
0.0.1
2 years ago