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

https://github.com/gopherj/vis

Visjs Vue Adapter
https://github.com/gopherj/vis

visjs vuejs2

Last synced: 6 months ago
JSON representation

Visjs Vue Adapter

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)