0.2.1 • Published 4 years ago

@liuwave/vuepress-plugin-social-share v0.2.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

@liuwave/vuepress-plugin-social-share

CIRCLECI NPM VERSION NPM DOWNLOADS LICENSE

基于 ntnyq/vuepress-plugin-social-share 做些修改:

  • 修改分享图标
  • 增加二维码分享(微信)

:mega: Social sharing plugin for VuePress

:book: Live Demo and Docs

Status

WIP :muscle:

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

:mag: Custom options detail

Prior Art

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

License

MIT © @liuwave