vuepress-plugin-disqus-comment
v0.2.3
Published
Adding Disqus comments to VuePress
Downloads
15
Maintainers
Readme
vuepress-plugin-disqus-comment
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