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

https://github.com/nobalmohan/vue-tag-cloud

A jQCloud inspired tag-cloud for Vuejs
https://github.com/nobalmohan/vue-tag-cloud

tagcloud tagging vue2 vuejs wordcloud

Last synced: 6 months ago
JSON representation

A jQCloud inspired tag-cloud for Vuejs

Awesome Lists containing this project

README

          

![alt text](vue_tag_cloud.png)

# Vue Tag Cloud

A tag cloud (aka word cloud) component for Vue!

## Installation

`npm install vue-tag-cloud --save`

### Usage

```javascript
import VueTagCloud from "vue-tag-cloud";

new Vue({
el: "#app",
components: {
VueTagCloud
}
});
```

```html

```

## TODO

* DEMO
* Custom colors
* Link support

## License

Licensed under the MIT License and maintained by [Nobal](http://nobal.in/)