开始
- 简单案例 —— 该案例使用编译后的包通过静态展示一个最简单的BPMN
基础知识
bundling - 通过Npm安装BPMN, 通过Browserify进行打包。
colors - 对BPMN进行颜色设置。
交互 - 与BPMN交互事件。
Overlay - 给BPMN添加遮罩层。
url-viewer - 通过url 打开一个bpmn.
中间件
modeler - 简单的建模。
commenting - 构建可评论的BPMN。
bpmn-properties - 对BPMN属性进行读写。
i18n - 自定义bpmn-js编译模块。
properties-panel - 属性编辑侧边栏.
theming - 各种主题的自定义
高级用法
bpmn-js-nyan - Model nyan cats instead of service tasks, resize elements and assign custom element colors.
bpmn-js-task-priorities - persistent task colors, diagram interaction and custom extension elements demo.
bpmn-js-in-color - Adding color support for BPMN based on the BPMN in Color proposal.
custom-bundle - How to build a custom version of bpmn-js
custom-elements - A modeler that allows you to create custom elements on a bpmn diagram.
custom-meta-model - An example showing how the BPMN meta-model can be extended to recognized BPMN extension elements and attributes.
custom-modeling-rules - Add custom rules to the bpmn-js modeler.
minimap - Adding a minimap to bpmn-js.
properties-panel-extension - An example showing how to extend the properties panel with custom controls.
transaction-boundaries - Visualizing transaction boundaries in bpmn-js.
