# antv-G6-topology **Repository Path**: lookingforwish_4585/antv-G6-topology ## Basic Information - **Project Name**: antv-G6-topology - **Description**: 使用antv G6结合vue实现topology图的demo。更新值G6 3.5.2版本 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 10 - **Forks**: 1 - **Created**: 2020-05-15 - **Last Updated**: 2024-02-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # antv G6 + vue 实现topology示例 ### 效果预览 ![示例](./src/assets/topology.gif "示例") ### 实现功能 - [x] **节点右键添加子节点** - [x] **显示所有的二级节点** - [x] **显示所有的节点** - [x] **刷新、还原、缩放等** ## 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/).