ntnyq / vuepress-plugin-social-share

:mega: Social sharing plugin for VuePress

Home Page:https://social-share.ntnyq.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

:mega: Social sharing plugin for VuePress

https://social-share.ntnyq.com

License:MIT License


Languages

Language:TypeScript 92.8%Language:CSS 7.2%