The Vue directive that bind to Sharer.js
- Vue 1.x or 2.x
$ yarn add vue-sharer
or
$ npm install vue-sharer --save
import VueSharer from 'vue-sharer'
new Vue({
directives: {
sharer: VueSharer,
},
})
<button class="sharer button" data-sharer="twitter" data-title="title" v-sharer>
Share on Twitter
</button>
First, try to build example projects.
$ git clone https://github.com/emoji-gen/vue-sharer.git
$ cd vue-sharer
$ npm install
$ npm run example
MIT © Emoji Generator