# logicflow_vue_demo **Repository Path**: luodash/logicflow_vue_demo ## Basic Information - **Project Name**: logicflow_vue_demo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-16 - **Last Updated**: 2024-01-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # logicflow_vue_demo > Logic-flow 的vue应用实例 > logic Flow 详细内容参照[【文档】](http://logic-flow.org/) ### 功能 实例中包含的功能实现: - 画布 - 快捷操作 - 节点面板 - 节点自定义 - 节点菜单 - 图形下载 画布:src/components/LF.vue 节点自定义: src/components/registerNode 节点面板:src/components/NodePanel.vue ## 线上预览 https://xinxin93.github.io/logicflow_vue_demo/#/ ## 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/).