# vue2-vant-g6-demo
**Repository Path**: iamxiaoma/vue2-vant-g6-demo
## Basic Information
- **Project Name**: vue2-vant-g6-demo
- **Description**: 使用vue2配合g6,做拓扑图demo
- **Primary Language**: JavaScript
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2021-02-01
- **Last Updated**: 2021-06-20
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# vue2-vant-g6
## 项目说明
在 `vue2` 中使用 `antv-g6` 做拓扑图。
本项目是练手项目,做个记录。
项目运行之后,可以在浏览器查看项目,并且会标明当前看到的demo是放在项目的哪个位置。
代码说明都放在`代码注释`里,一般不会在页面中展示说明。
以下是本项目使用的框架版本。
[vue ^2.6.11](https://cn.vuejs.org/)
[vue-router ^3.2.0](https://router.vuejs.org/zh/)
[antv-g6 ^4.1.6](https://g6.antv.vision/zh/docs/manual/introduction)
## 启动
### 初始化
```
npm install
```
### 运行
```
npm run serve
```
### 打包
```
npm run build
```