Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/jnoodle/vue-flowchart-editor

A flowchart editor component base on Vue and G6, enjoy ~
https://github.com/jnoodle/vue-flowchart-editor

Last synced: 3 months ago
JSON representation

A flowchart editor component base on Vue and G6, enjoy ~

Lists

README

        

# vue-flowchart-editor

A flowchart editor component base on Vue and [G6](https://github.com/antvis/g6), enjoy ~

一个基于 Vue 和 [G6](https://github.com/antvis/g6) 的在线流程图编辑器

- [docs](http://jnoodle.github.io/vue-flowchart-editor/docs)
- [demo](http://jnoodle.github.io/vue-flowchart-editor/demo)

All contributions are welcome! 🎉🎉🎉

## Setup

```
yarn add vue-flowchart-editor
```

## Project setup 项目设置
```
yarn install
```

### Compiles and hot-reloads for development 开发
```
yarn serve
```

### Compiles for demo 编译 demo,具体使用可以参考 demo 代码
```
yarn build:demo
```

### Compiles for production 编译库
```
yarn build:lib
```

### Lints and fixes files
```
yarn lint
```

### Customize configuration 项目使用 vue cli 编译

See [Configuration Reference](https://cli.vuejs.org/config/).

## G6 version
`^3.5.3`

## References 参考

- [G6](https://github.com/antvis/g6)
- [GGEditor](https://github.com/alibaba/GGEditor)
- [VGEditor](https://github.com/ChrisShen93/VGEditor)