# VGEditor **Repository Path**: yinxiaoling/VGEditor ## Basic Information - **Project Name**: VGEditor - **Description**: 一个基于G6和Vue的可视图形编辑器,灵感来自GGEditor。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: https://chrisshen93.github.io/VGEditor/ - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2020-09-04 - **Last Updated**: 2022-06-19 ## 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/)