An open API service indexing awesome lists of open source software.

https://github.com/zazuko/vue-graph-layout

Vue GraphLayout component used by SPEX and Sketch
https://github.com/zazuko/vue-graph-layout

Last synced: 4 months ago
JSON representation

Vue GraphLayout component used by SPEX and Sketch

Awesome Lists containing this project

README

          

# vue-graph-layout

GraphLayout is a [Vue](https://vuejs.org) component used by [SPEX](https://github.com/zazuko/SPEX),
[Sketch](https://github.com/zazuko/rdf-sketch) and [vscode-rdf-sketch](https://github.com/zazuko/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
```