0.1.4 • Published 5 years ago

@xjsxj/flowchart-editor v0.1.4

Weekly downloads
1
License
-
Repository
-
Last release
5 years ago

flowchart-editor

流程图编辑器

功能介绍

节点分类:

  1. 事件类
  • 开始事件节点 "start-event"
  • 结束事件节点 "end-event"
  • 定时启动事件节点 "timer-start-event" 未来扩展
  • 信号事件节点 "signal-start-node" 未来扩展
  • 定时捕获事件 "timer-catch-event" 未来扩展
  1. 任务类
  • 决策任务节点 "decision-task"
  • 数据加工任务节点 "data-process-task"
  • 脚本任务节点 "script-task" 未来扩展
  1. 网关类
  • 排他网关 "exclusive-gateway"
  • 并行网关 "parallel-gateway"
  • 包含网关 "inclusive-gateway"

项目命令行

  1. 项目案例启动及开发
# 按照 npm 模块依赖
npm install

# 启动编辑器案例
npm run serve

# 代码格式化
npm run format

# Lints and fixes files
npm run lint
  1. 模块发布
# 构建模块
npm run build