Skip to content

ntnyq/vuepress-plugin-social-share

Repository files navigation

vuepress-plugin-social-share

CI NPM VERSION NPM DOWNLOADS LICENSE

📣 Social sharing plugin for VuePress

📖 Online demo and Docs

If you are upgrading this plugin to v2, See Migration guide from v1.

⚠️ Note

Still using VuePress v1?

Please Checkout branch main for detail.

Install

npm install vuepress-plugin-social-share@next -D
yarn add vuepress-plugin-social-share@next -D
pnpm add vuepress-plugin-social-share@next -D

Usage

import { defineUserConfig } from 'vuepress'
import { socialSharePlugin } from 'vuepress-plugin-social-share'

export default defineUserConfig({
  plugins: [socialSharePlugin()],
})

🔍 Custom options detail

Prior Art

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

License

MIT License © 2019-PRESENT ntnyq