# VGEditor
**Repository Path**: minirae/VGEditor
## Basic Information
- **Project Name**: VGEditor
- **Description**: A visual graph editor based on G6 and Vue, inspired by GGEditor.
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-11-15
- **Last Updated**: 2020-12-20
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# VGEditor
A visual graph editor based on G6 and Vue, inspired by [GGEditor](https://github.com/alibaba/GGEditor)
### Online demo
1. [flow](https://chrisshen93.github.io/VGEditor/demo/build/#/flow)
2. [koni](https://chrisshen93.github.io/VGEditor/demo/build/#/koni)
3. [mind](https://chrisshen93.github.io/VGEditor/demo/build/#/mind)
## Installation
### yarn and npm
```shell
yarn add vg-editor@2.7.2
# or
npm install vg-editor@2.7.2 -S
```
> If you're using vue-cli v4, you must use vg-editor@2.7.1 or later
### Run demo
```shell
git clone https://github.com/ChrisShen93/VGEditor.git
cd VGEditor
yarn
yarn dev
```
## Usage
### Flow
```html
```
### Mind
```html
```
### Documentation
[API](https://chrisshen93.github.io/VGEditor/docs/)