# vue-flow-topology **Repository Path**: caiyuanlin_13/vue-flow-topology ## Basic Information - **Project Name**: vue-flow-topology - **Description**: vue-flow-topology 是基于 Vue-cli3.0 + Ant Design Vue + JSPlumb 开发的一个大数据流水线拓展流程工作台,该项目可以看做是一个独立的 Vue 项目,也可以嵌入到其他vue项目中使用,新版会作为优先版本持续迭代。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: http://flow.zhenglinglu.cn - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 32 - **Created**: 2021-02-05 - **Last Updated**: 2022-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-flow-topology > vue-flow-topology 该项目可以看做是一个独立的 Vue 项目(大数据流水线拓展流程工作台),也可以嵌入到其他vue项目中使用,新版会作为优先版本持续迭代。 - 版本一:基于 `Vue-cli3.0` + `view-design` + `JSPlumb` 开发( `master` 分支 )。 - 版本二:基于 `Vue-cli3.0` + `Ant Design Vue` + `JSPlumb` 开发( `simple` 分支 )。 ## 版本一( master 分支 ) ### 在线预览 - → 在线 Demo 预览:[http://flow.zhenglinglu.cn](http://flow.zhenglinglu.cn) ### 快速使用 #### clone this project ```bash git clone https://github.com/zlluGitHub/vue-flow-topology.git ``` #### Project setup ```bash npm install ``` #### Compiles and hot-reloads for development ```bash npm run dev ``` #### Compiles and minifies for production ```bash npm run build ``` #### Lints and fixes files ```bash npm run lint ``` #### 示例图片 ![](./img/index1.png) ## 版本二( simple 分支 ) ### 在线预览 - → 在线 Demo 预览:[http://flow.zhenglinglu.cn/simple.html](http://flow.zhenglinglu.cn/simple.html) ### 快速使用 #### clone this project ```bash git clone -b simple https://github.com/zlluGitHub/vue-flow-topology.git ``` #### Project setup ```bash npm install ``` #### Compiles and hot-reloads for development ```bash npm run dev ``` #### Compiles and minifies for production ```bash npm run build ``` #### Lints and fixes files ```bash npm run lint ``` #### 示例图片 ![](./img/index2.png)