Vue Graph Layout Component
npm install @lindas/vue-graph-layoutGraphLayout 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.
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.
To run the demo app locally:
```
npm install
npm run serve