Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/encaik/g6-learn
使用vue2+AntV G6做的一个小demo,用到了一些基本功能实现了简单的流程图绘制。
https://github.com/encaik/g6-learn
antv antvg6 vue2
Last synced: 2 months ago
JSON representation
使用vue2+AntV G6做的一个小demo,用到了一些基本功能实现了简单的流程图绘制。
- Host: GitHub
- URL: https://github.com/encaik/g6-learn
- Owner: Encaik
- Created: 2020-07-29T00:58:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T12:44:19.000Z (about 2 years ago)
- Last Synced: 2024-05-28T15:37:01.175Z (7 months ago)
- Topics: antv, antvg6, vue2
- Language: Vue
- Homepage:
- Size: 2.42 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# graph-editor
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).