THIS PROJECT HAS BEEN FULLY INTEGRATED INTO vuepress-plugin-disqus
VuePress plugin for Disqus. Based on vue-disqus.
yarn add vuepress-plugin-disqus-comment -D
# OR npm install vuepress-plugin-disqus-comment -D
// .vuepress/config.js
module.exports = {
plugins: [
"vuepress-plugin-disqus-comment",
{
/* options */
}
]
};
Check out the full documentation.
MIT © Billyyyyy3320