vuepress-plugin-disqus-comment

Adding Disqus comments to VuePress

MIT 5 个版本
安装
npm install vuepress-plugin-disqus-comment
yarn add vuepress-plugin-disqus-comment
pnpm add vuepress-plugin-disqus-comment
bun add vuepress-plugin-disqus-comment
README

vuepress-plugin-disqus-comment

NPM version

VuePress plugin for Disqus. Based on vue-disqus.

Install

yarn add vuepress-plugin-disqus-comment -D
# OR npm install vuepress-plugin-disqus-comment -D

Usage

// .vuepress/config.js
module.exports = {
  plugins: [
    "vuepress-plugin-disqus-comment",
    {
      /* options */
    }
  ]
};

Check out the full documentation.

License

MIT © Billyyyyy3320

版本列表
0.2.3 2019-10-14
0.2.2 2019-10-14
0.2.1 2019-10-14
0.2.0 2019-10-14
0.1.0 2019-10-14