vuepress-plugin-social-share

Social sharing plugin for VuePress

Usage no npm install needed!

<script type="module">
  import vuepressPluginSocialShare from 'https://cdn.skypack.dev/vuepress-plugin-social-share';
</script>

README

vuepress-plugin-social-share

CI NPM VERSION NPM DOWNLOADS LICENSE

:mega: Social sharing plugin for VuePress

:book: Live Demo and Docs

Install

$ npm install vuepress-plugin-social-share -D
# OR
$ yarn add vuepress-plugin-social-share -D

Usage

Add config to .vuepress/config.js:

module.exports = {
    plugins: ['social-share'],
}

:mag: Custom options detail

Prior Art

Deeply thank to vue-social-sharing for the component api source code.

License

MIT © @ntnyq