# flowchart-dagre-d3 **Repository Path**: zh888/flowchart-dagre-d3 ## Basic Information - **Project Name**: flowchart-dagre-d3 - **Description**: 基于vue dagre-d3的一个流程图设计项目 - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-05-13 - **Last Updated**: 2023-02-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dagre-d3 ## Project setup ``` npm install or yarn ``` ### Compiles and hot-reloads for development ``` npm run serve or yarn dev ``` ### Compiles and minifies for production ``` npm run build ``` ### 查看别的路径下的图在浏览器输入 ``` http://localhost:8080/darg http://localhost:8080/flow ``` ### d3js文档 https://www.d3js.org.cn/ ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ## 改用自己的依赖dagre-d3 ``` package.json中 "dagre-d3": "^0.6.4", 替换成 "dagre-d3": "https://gitee.com/zh888/self-dagre-d3.git", ```