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
- Host: GitHub
- URL: https://github.com/michealroberts/vue3vis
- Owner: michealroberts
- License: gpl-3.0
- Created: 2022-09-01T15:08:03.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-21T10:04:08.000Z (over 3 years ago)
- Last Synced: 2025-10-07T09:08:11.167Z (8 months ago)
- Topics: typescript, vis, visjs, vue, vue2, vue2vis, vue3, vue3vis
- Language: TypeScript
- Homepage:
- Size: 98.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.