vuepress plugin social share

:mega: Social sharing plugin for VuePress

31
5
Vue

vuepress-plugin-social-share

CI
NPM VERSION
NPM DOWNLOADS
LICENSE

📣 Social sharing plugin for VuePress

📖 Live Demo and Docs

⚠️ Note

Looking for VuePress v2 support?

Please checkout branch next for detail.

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

🔍 Custom options detail

Prior Art

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

License

MIT © @ntnyq