https://github.com/0x8f701/vis
Visjs Vue Adapter
https://github.com/0x8f701/vis
visjs vuejs2
Last synced: 2 months ago
JSON representation
Visjs Vue Adapter
- Host: GitHub
- URL: https://github.com/0x8f701/vis
- Owner: 0x8f701
- License: mit
- Created: 2018-04-02T22:00:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-03T09:22:29.000Z (about 7 years ago)
- Last Synced: 2025-03-09T17:50:22.468Z (3 months ago)
- Topics: visjs, vuejs2
- Language: Vue
- Size: 4.78 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Vis
Visjs Vue Adapter, Fork from [alexcode/vue2vis](https://github.com/alexcode/vue2vis) and finished `Graph3d` and `Network`, But I can't send pull request.## Installation
```javascript
npm i GopherJ/Vis -S
```## Usage
`main.js`
```javascript
import Vue from 'vue';
import Vis from 'Vis';
import 'vis/dist/vis.min.css';Vue.use(Vis);
```## Lists
```
- Timeline
- Graph2d
- Graph3d
- Network
```## Usage
``````
## More Infos
[visjs](http://visjs.org/index.html)