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

https://github.com/michealroberts/vue3vis

A Vue 2 and Vue 3 compatible adapter for the vis.js Library
https://github.com/michealroberts/vue3vis

typescript vis visjs vue vue2 vue2vis vue3 vue3vis

Last synced: about 1 month ago
JSON representation

A Vue 2 and Vue 3 compatible adapter for the vis.js Library

Awesome Lists containing this project

README

          

# vue3vis

A Vue 3 compatible adapter for the vis.js Library.

N.B. This library is an active work in progress, and is not yet ready for production use.

## Installation

```bash
pnpm install vue3vis
```

or

```bash
yarn add vue3vis
```

## To-Do

- [ ] Implement Timeline.vue component
- [ ] Implement useTimeline() composable
- [ ] Implement Network.vue component
- [ ] Implement useNetwork() composable
- [ ] Implement Graph2D.vue component
- [ ] Implement useGraph2d() composable
- [ ] Implement Graph3D.vue component
- [ ] Implement useGraph3D() composable

## License

The GNU General Public License (GPL). Please see [License File](LICENSE) for more information.