2.0.0 • Published 4 years ago

nuxt-goodshare v2.0.0

Weekly downloads
7
License
ISC
Repository
github
Last release
4 years ago

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',
    ]
  ]
}

The documentation for GoodShare, you can find here.