# bpmn-editor **Repository Path**: null_089_9502/bpmn-editor ## Basic Information - **Project Name**: bpmn-editor - **Description**: This repository contains a number of examples showing how use and integrate bpmn-js it into your applications. - **Primary Language**: HTML - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-11-30 - **Last Updated**: 2023-01-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BPMN Editor 这是我在使用 [bpmn-js][16] 框架的时候整理的使用方法,更全更详细的使用方法请参考[官方例子][15] - [basic][1] : 基础用法 [演示地址][8] - [custom-menu][2] : 自定义菜单项 [演示地址][9] - [custom-palette][3] : 自定义左侧工具栏 [演示地址][10] - [custom-property][4] : 自定义属性栏 [演示地址][11] - [custom-toolbar][5] : 自定义顶部导航栏 [演示地址][12] - [custom-elements][17] : 自定义图源 [演示地址][18] - [i18n][6] : 国际化 [演示地址][13] - [keyboard][7] : 键盘快捷键 [演示地址][14] [1]: https://github.com/imdwpeng/bpmn-editor/blob/master/basic/src/containers [2]: https://github.com/imdwpeng/bpmn-editor/blob/master/custom-menu/src/containers [3]: https://github.com/imdwpeng/bpmn-editor/blob/master/custom-palette/src/containers [4]: https://github.com/imdwpeng/bpmn-editor/blob/master/custom-property/src/containers [5]: https://github.com/imdwpeng/bpmn-editor/blob/master/custom-toolbar/src/containers [6]: https://github.com/imdwpeng/bpmn-editor/blob/master/i18n/src/containers [7]: https://github.com/imdwpeng/bpmn-editor/blob/master/keyboard/src/containers [8]: https://dwpblog.site/bpmn-editor/basic/build/index.html [9]: https://dwpblog.site/bpmn-editor/custom-menu/build/index.html [10]: https://dwpblog.site/bpmn-editor/custom-palette/build/index.html [11]: https://dwpblog.site/bpmn-editor/custom-property/build/index.html [12]: https://dwpblog.site/bpmn-editor/custom-toolbar/build/index.html [13]: https://dwpblog.site/bpmn-editor/i18n/build/index.html [14]: https://dwpblog.site/bpmn-editor/keyboard/build/index.html [15]: https://github.com/bpmn-io/bpmn-js-examples [16]: https://github.com/bpmn-io/bpmn-js [17]: https://github.com/imdwpeng/bpmn-editor/blob/master/custom-elements/src/containers [18]: https://dwpblog.site/bpmn-editor/custom-elements/build/index.html