nuxt-goodshare
v2.0.0
Published
A minimal nuxt module based on vue-goodshare
Downloads
12
Maintainers
Readme
GoodShare for Nuxt.js
Use https://github.com/koddr/vue-goodshare in your next nuxt project. Vue.js component for share link to social networks and mobile messangers. A simple way to share a link on the pages of your website in the most popular (and not so) social networks. Powered by https://github.com/koddr/goodshare.js project.
Getting started
Install dependencies:
npm install nuxt-goodshare
Add nuxt-goodshare
to modules section of nuxt.config.js
{
modules: [
'nuxt-goodshare'
]
}
Or pass in global options like this:
{
modules: [
[
'nuxt-goodshare',
]
]
}