📣 Social sharing plugin for VuePress
If you are upgrading this plugin to v2, See Migration guide from v1.
Still using VuePress v1?
Please Checkout branch main for detail.
npm install vuepress-plugin-social-share@next -D
yarn add vuepress-plugin-social-share@next -D
pnpm add vuepress-plugin-social-share@next -D
import { defineUserConfig } from 'vuepress'
import { socialSharePlugin } from 'vuepress-plugin-social-share'
export default defineUserConfig({
plugins: [socialSharePlugin()],
})
Deeply thank to vue-social-sharing for the component api source code.