# vue-jsPlumb-case **Repository Path**: soSkr/vue-jsPlumb-case ## Basic Information - **Project Name**: vue-jsPlumb-case - **Description**: 基于vue + jsPlumb的实战案例 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 3 - **Created**: 2020-05-14 - **Last Updated**: 2023-04-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 该项目模仿的是某机器人供应商关于多轮聊天的流程配置功能。虽然阉割了大量的业务逻辑功能,但是关于 jsPlumb 的实际应用还是很全面的。 ![img](https://github.com/lee-won/vue-jsPlumb-case/blob/master/src/assets/flow.png) ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Run your tests ``` npm run test ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).