All Projects → jigang-duan → Vue Flow Editor

jigang-duan / Vue Flow Editor

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

Labels

Projects that are alternatives of or similar to Vue Flow Editor

Pasition
Path Transition with little JS code, render to anywhere - 轻量级 Path 过渡库,渲染到任何地方
Stars: ✭ 1,149 (+1392.21%)
Mutual labels:  svg
Svgsprit.es
Public endpoint to generate SVG Sprites
Stars: ✭ 73 (-5.19%)
Mutual labels:  svg
Svg Loaders React
React adaptation of the SVG Loaders library by Sam Herbert
Stars: ✭ 75 (-2.6%)
Mutual labels:  svg
Gh Card
GitHub Repository Card for Any Web Site
Stars: ✭ 1,154 (+1398.7%)
Mutual labels:  svg
React Bootstrap Icons
React component for Bootstrap Icons
Stars: ✭ 71 (-7.79%)
Mutual labels:  svg
Cl Aristid
Draw Lindenmayer Systems with Common LISP!
Stars: ✭ 74 (-3.9%)
Mutual labels:  svg
Dom To Svg
Library to convert a given HTML DOM node into an accessible SVG "screenshot".
Stars: ✭ 67 (-12.99%)
Mutual labels:  svg
Namedavatar
SVG Avatar generated by name text
Stars: ✭ 76 (-1.3%)
Mutual labels:  svg
Maker.js
📐⚙ 2D vector line drawing and shape modeling for CNC and laser cutters.
Stars: ✭ 1,185 (+1438.96%)
Mutual labels:  svg
Nivo
nivo provides a rich set of dataviz components, built on top of the awesome d3 and React libraries
Stars: ✭ 9,550 (+12302.6%)
Mutual labels:  svg
Muze
Composable data visualisation library for web with a data-first approach now powered by WebAssembly
Stars: ✭ 1,153 (+1397.4%)
Mutual labels:  svg
Svgnet
Fork of the SVG library for .NET that makes a GdiGraphics that "draws" on a SVG model
Stars: ✭ 69 (-10.39%)
Mutual labels:  svg
Svg Fill Loader
DEPRECATED, use https://github.com/kisenka/svg-mixer/tree/master/packages/svg-transform-loader instead
Stars: ✭ 74 (-3.9%)
Mutual labels:  svg
H2d2 Shopicons
Essentials E-Commerce icon pack for free.
Stars: ✭ 67 (-12.99%)
Mutual labels:  svg
Personal Goals
List of books I've read, projects I've done, videos I've seen, articles I've read or podcasts I've listened to.
Stars: ✭ 75 (-2.6%)
Mutual labels:  svg
Php Svg Lib
SVG file parsing / rendering library
Stars: ✭ 1,146 (+1388.31%)
Mutual labels:  svg
Sozi
A "zooming" presentation editor
Stars: ✭ 1,185 (+1438.96%)
Mutual labels:  svg
Svg To Compose
Converts SVG and Android Vector Drawable in Jetpack Compose code
Stars: ✭ 76 (-1.3%)
Mutual labels:  svg
Iconify Sketch
Sketch plug-in for importing over 70,000 icons from 80+ icon sets, including Material Design Icons, FontAwesome, Jam Icons, Open Emoji and many others.
Stars: ✭ 76 (-1.3%)
Mutual labels:  svg
Blade Icons
A package to easily make use of SVG icons in your Laravel Blade views.
Stars: ✭ 1,181 (+1433.77%)
Mutual labels:  svg

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 / EdgeIE / Edge FirefoxFirefox ChromeChrome SafariSafari
IE10, IE11, Edge last 2 versions last 2 versions last 2 versions

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].