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
- Host: GitHub
- URL: https://github.com/zazuko/vue-graph-layout
- Owner: zazuko
- License: mit
- Created: 2022-03-28T13:20:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-28T15:06:41.000Z (over 3 years ago)
- Last Synced: 2025-12-19T18:50:22.970Z (6 months ago)
- Language: Vue
- Size: 1000 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```