0.1.4 • Published 1 year ago

@zazuko/vue-graph-layout v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

vue-graph-layout

GraphLayout is a Vue component used by SPEX, Sketch and vscode-rdf-sketch to render RDF data as a visual graph. It can also be used for non-RDF data.

Usage

The component can be used in any Vue 3 application.

Install it with:

npm install @zazuko/vue-graph-layout

And then import it with

import { GraphLayout } from '@zazuko/vue-graph-layout`

To see how it is used, check the sample application in src/App.vue.

Development

To run the demo app locally:

npm install
npm run serve