# vue-flow-editor
**Repository Path**: hackerwjz/vue-flow-editor
## Basic Information
- **Project Name**: vue-flow-editor
- **Description**: https://github.com/jigang-duan/vue-flow-editor.git
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-04-18
- **Last Updated**: 2024-04-18
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# vue-flow-editor
> Vue + Svg 实现的flow可视化编辑器。
> 说明:
UI 参考 node-red
[mock server](https://github.com/jigang-duan/flow-editor-mock.git)
静态版本在static分支(不依赖server,只是为了展示)
## Build Setup
```bash
# 克隆项目
git clone https://github.com/jigang-duan/vue-flow-editor.git
# 进入项目目录
cd vue-flow-editor
# 安装依赖
npm install
# 启动服务
npm run dev
```
浏览器访问 [http://localhost:9528](http://localhost:9528)
## 发布
```bash
# 构建测试环境
npm run build:stage
# 构建生产环境
npm run build:prod
```
## 其它
```bash
# 预览发布环境效果
npm run preview
# 预览发布环境效果 + 静态资源分析
npm run preview -- --report
# 代码格式检查
npm run lint
# 代码格式检查并自动修复
npm run lint -- --fix
```
## 浏览

## Browsers support
Modern browsers and Internet Explorer 10+.
| [
](http://godban.github.io/browsers-support-badges/)IE / Edge | [
](http://godban.github.io/browsers-support-badges/)Firefox | [
](http://godban.github.io/browsers-support-badges/)Chrome | [
](http://godban.github.io/browsers-support-badges/)Safari |
| --------- | --------- | --------- | --------- |
| IE10, IE11, Edge| last 2 versions| last 2 versions| last 2 versions
## License
[MIT](http://opensource.org/licenses/MIT)