# logicflow-camunda **Repository Path**: ftmx/logicflow-camunda ## Basic Information - **Project Name**: logicflow-camunda - **Description**: 使用开源流程图logicflow开发camunda - **Primary Language**: NodeJS - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 8 - **Forks**: 5 - **Created**: 2023-01-15 - **Last Updated**: 2025-08-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # logicflow_vue_demo > Logic-flow 的vue应用实例 > logic Flow 详细内容参照[【文档】](http://logic-flow.org/) ### 功能 实例中包含的功能实现: - 画布 - 快捷操作 - 节点面板 - 节点自定义 - 节点菜单 - 图形下载 - camunda工作流自定义 画布:src/components/LF.vue 节点自定义: src/components/registerNode 节点面板:src/components/NodePanel.vue camunda:src/components/myFlow ![输入图片说明](src/logic-flow.png) ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Lints and fixes files ``` yarn lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).