基于vue-element-admin框架模板集成了g6-editor,保留了vue-element-admin模板,没有多余的组件代码
git clone https://github.com/zhangwenwu/vue-element-admin-g6-editor.git
cd vue-element-admin-g6-editor
npm install
npm install --registry=https://registry.npm.taobao.org
npm run dev
浏览器访问 [http://localhost:8888](http://localhost:8888)
## 发布
```bash
# 构建测试环境
npm run build:stage
# 构建生产环境
npm run build:prod