:mega: Social sharing plugin for VuePress
📣 Social sharing plugin for VuePress
Looking for VuePress v2 support?
Please checkout branch next for detail.
$ npm install vuepress-plugin-social-share -D
# OR
$ yarn add vuepress-plugin-social-share -D
Add config to .vuepress/config.js
:
module.exports = {
plugins: [`social-share`],
}
Deeply thank to vue-social-sharing for the component api source code.