Git Product home page Git Product logo

flow-design-t's Introduction

指南

基于G6的vue流程编辑器,主要功能是在可视化图形界面画流程如,生成可保存的JSON数据,并能将JSON还原成流程图。

预览地址
项目文档
[GitHub]源码开源地址 An image 特性

  • 自由控制节点属性
  • 提供画图工具按钮
  • 支持miniMap
  • 根据json渲染成图

    vue element-ui G6 license

版本

vue

设计原则

flow-design-tcd本着尽可能使所有流程图信息由使用者通过图形界面操作。

快速上手

1.安装vue-cli

 npm install -g @vue/cli
 # OR
 yarn global add @vue/cli

2.创建一个项目

使用初始化项目命令

 vue create myapp

3.安装flow-design-tcd

 npm i flow-design-tcd --save
 # OR
 yarn add flow-design-tcd

4.使用flow-design-tcd

在项目main.js中

 import FlowDesignTCD from 'flow-design-tcd'
 import "flow-design-tcd/lib/flow-design-tcd.css"
 Vue.use(FlowDesignTCD)

以上步骤便完成便可在项目中直接使用flow-design-tcd。

建议

::: warning flow-design-tcd样式风格引用element-ui的组件库,使用过程中可搭配element使用。
flow-design-tcd中对canvas渲染出的流程图,引用蚂蚁数据可视化G6,如若开发集成本插件源码,建议学习G6 :::

flow-design-t's People

Contributors

zimudehub avatar

Stargazers

xzxcessarr avatar  avatar shihun391 avatar  avatar  avatar  avatar  avatar Woomay avatar aijunx avatar xys avatar Jialong Wu avatar moxi ~ moxi  avatar  avatar 李程 avatar Jun19er avatar jerome avatar fang-ng4 avatar  avatar

Watchers

maxwell avatar  avatar

flow-design-t's Issues

提问

请问有没有js引入的方式呀

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.