vue-disqus
Vue component to integrate Disqus comments in your application Vue.js, with support for SPA and Vue 2.*
Installation
1.) Install package via NPM
For Vue 1.* use v1.0.2 -
npm install --save vue-disqus@1.0.2
Using in .vue
files
2.) Add the component vue-disqus
Using in AMD or CommonJS modules
3.) require the component vue-disqus
var VueDisqus = require('vue-disqus')