Skip to content

๐Ÿ— Data-driven directed acyclic graph (DAG) builder for Vue.js

License

Notifications You must be signed in to change notification settings

AlexImb/vue-dag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ—Vue DAG Builder

Data-driven directed acyclic graph (DAG) visual builder for Vue.js

GitHub Actions Netlify Status npm npm vue2 GitHub

Examples

vue-dag-example.netlify.app

Screenshot

eddy-analytics.org

Screenshot Eddy

Installation

npm install --save vue-dag

or

yarn add vue-dag

Import and register the component

import VueDag from 'vue-dag';
components: {
    VueDag
}

Use it in templates

<vue-dag v-model="graphData"></vue-dag>

The component does not include any CSS. You'll need to import it separately:

import 'vue-dag/dist/vue-dag.css';

Alternatively, you can import the SCSS version and overrite variables and styles

@import 'vue-dag/src/scss/vue-dag.scss';

Full documentation: https://vue-dag.netlify.com/

Project development setup

Installs dependencies

yarn install

Compiles and hot-reloads for development

yarn run serve

Lints and fixes files

yarn run lint

Runs unit tests

yarn run test:unit

Builds as library

yarn run build:library

About

๐Ÿ— Data-driven directed acyclic graph (DAG) builder for Vue.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •