Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pranavrajs/vue-emojione
EmojiOne directive for Vue.js
https://github.com/pranavrajs/vue-emojione
emoji emojione vue
Last synced: 13 days ago
JSON representation
EmojiOne directive for Vue.js
- Host: GitHub
- URL: https://github.com/pranavrajs/vue-emojione
- Owner: pranavrajs
- License: mit
- Created: 2017-02-17T07:06:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-19T14:39:53.000Z (almost 8 years ago)
- Last Synced: 2024-10-24T16:35:57.452Z (2 months ago)
- Topics: emoji, emojione, vue
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/vue-emojione
- Size: 771 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-emojione
![Dependancies](https://david-dm.org/pranavrajs/vue-emojione.svg)
> EmojiOne Directive for Vue## Install
> This plugin is compatible with Vue 2.0.
- Available through npm as `vue-emojione`.
```
npm install -S vue-emojione
`````` js
import VueEmoji from 'vue-emojione';
Vue.use(VueEmoji, {
imageType: 'svg',
sprites: true
});
```## Usage
#### Using the `v-emoji-render` directive
``` html
```## License
[MIT](http://opensource.org/licenses/MIT)