vue flow editor

Vue + Svg 实现的flow可视化编辑器

106
38
Vue

vue-flow-editor

Vue + Svg 实现的flow可视化编辑器。

说明:
UI 参考 node-red
mock server
静态版本在static分支(不依赖server,只是为了展示)

Build Setup

# 克隆项目
git clone https://github.com/jigang-duan/vue-flow-editor.git

# 进入项目目录
cd vue-flow-editor

# 安装依赖
npm install

# 启动服务
npm run dev

浏览器访问 http://localhost:9528

发布

# 构建测试环境
npm run build:stage

# 构建生产环境
npm run build:prod

其它

# 预览发布环境效果
npm run preview

# 预览发布环境效果 + 静态资源分析
npm run preview -- --report

# 代码格式检查
npm run lint

# 代码格式检查并自动修复
npm run lint -- --fix

浏览

demo

Browsers support

Modern browsers and Internet Explorer 10+.

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
IE10, IE11, Edge last 2 versions last 2 versions last 2 versions

License

MIT