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
- Host: GitHub
- URL: https://github.com/nobalmohan/vue-tag-cloud
- Owner: nobalmohan
- License: mit
- Created: 2018-01-04T07:28:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-22T03:30:28.000Z (over 8 years ago)
- Last Synced: 2025-09-15T20:14:45.017Z (9 months ago)
- Topics: tagcloud, tagging, vue2, vuejs, wordcloud
- Language: JavaScript
- Homepage:
- Size: 266 KB
- Stars: 6
- Watchers: 0
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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/)