vue-flow-editor 是基于 Vue2.0 以及 G6@3.1.10 实现的流程编辑器。在线操作地址: http://martsforever-pot.gitee.io/vue-flow-editor/ 特点 兼容ie; 轻量级依赖 依赖于 Vue2.0、vue-composition-api、g6、element-ui,但是打包的 vue-flow-editor 中是不包含这些依赖的, 由开发者手动引入,方便管理依赖; 对...
Vue-Flowchart-Editor:一个基于Vue的流程图编辑器组件,支持创建、编辑和展示流程图,具有可拖拽节点、连接线、自动布局等功能。 官网地址:https://gitee.com/martsforever-pot/vue-flow-editor 简介 vue-flow-editor 是基于 Vue2.0 以及 G6@3.1.10 实现的流程编辑器。在线操作地址: http://martsforever-pot.gitee...
vue-flow-editor 是基于 Vue2.0 以及 G6@3.1.10 实现的流程编辑器。在线操作地址:http://martsforever-pot.gitee.io/vue-flow-editor/特点兼容ie; 轻量级依赖 依赖于 Vue2.0、vue-composition-api、g6、element-ui,但是打包的 vue-flow-editor 中是不包含这些依赖的,由开发者手动引入,方便管理依赖; 对G6...
vue-x6-editor-demo vue-x6-editor-demo master分支为兼容IE的写法; 不需要兼容IE可以参考分支es6 Star 1 Fork 1 捐赠 0 人次 简介 测试vue-flow-editor 使用 npm 引入的示例工程 暂无标签 JavaScript 等3 种语言 发行版 暂无发行版 贡献者 (2) 全部 近期动态 12个月前推送了新的提交到 ...
本期推荐的是一个开源的流程审批设计器——ZSFlowEditor。 ZSFlowEditor是一个使用 vue3 、vite 、 AntV X6 完成的流程设计器。设计器主要的用途为ERP类项目的流程审批,支持 职能带、节点属性、边条件表达式等。 技术点 使用vite + vue3 + vuex + axios + e...
import FlowchartEditor from "nz-vue-flow-chart-editor"; const dataNodeItems = [ { shape: 'flow-circle', size: '72*72', model: { label: '开始', color: '#FA8C16', }, }, { shape: 'flow-rhombus', model: { label: '判断条件', color: '#13C2C2', }, }, { shape: 'flow-...
在初始化aifloweditor实例时,可以配置参数。 props 参数说明类型可选值默认值 tools全量配置工具项,覆写系统默认工具项信息,详见全量配置toolsObject-- enableTools【与tools互斥,配置后以此为主】设置要启用的系统工具项Array-- disableTools【与tools、enableTools互斥,配置后以此为主】设置要禁用的系统工具项Array--...
Ⅴue_flow_editor的使用非常的方便的,非常的实用,是一个不错的操作。
{ "name": "vue-flow-editor", "version": "1.0.0", "description": "A vue flow editor", "author": "Jigang Duan <djg4055108@126.com>", "scripts": { "lint": "eslint --ext .js,.vue src", "build:prod": "vue-cli-service build", "build:stage": "vue-cli-service build --...
Vue + Svg 实现的flow可视化编辑器。 说明: UI 参考 node-redmock server静态版本在static分支(不依赖server,只是为了展示) Build Setup #克隆项目git clone https://github.com/jigang-duan/vue-flow-editor.git#进入项目目录cdvue-flow-editor#安装依赖npm install#启动服务npm run dev ...