Socket
Socket
Sign inDemoInstall

vuepress-plugin-social-share

Package Overview
Dependencies
4
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    vuepress-plugin-social-share

Social sharing plugin for VuePress


Version published
Weekly downloads
64
decreased by-3.03%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

vuepress-plugin-social-share

CI NPM VERSION NPM DOWNLOADS LICENSE

:mega: Social sharing plugin for VuePress

:book: 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
# OR
$ yarn add vuepress-plugin-social-share@next -D

Usage

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

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

:mag: Custom options detail

Prior Art

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

License

MIT License © 2019-PRESENT ntnyq

Keywords

FAQs

Last updated on 21 Apr 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc