Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 571 Bytes

readme.md

File metadata and controls

40 lines (31 loc) · 571 Bytes
home title icon heroImage heroText tagline action footer copyrightText
true
vuepress-plugin-add-this
home
/logo.svg
vuepress-plugin-add-this
AddThis plugin for vuepress
text link
Guide 💡
/guide/
text link
Config 🛠
/config/
MIT Licensed | Copyright © 2019-present Mr.Hope
false

How to use

Install

npm i -D vuepress-plugin-add-this

Or

yarn add -D vuepress-plugin-add-this

Usage

// .vuepress/config.js
module.exports = {
  plugins: [["add-this", { pubid: "your pubid" }]],
};