Vue Disqus - integrate Disqus comments in your app
vue-disqus
There is a plugin available which can help you use disqus comments in your Vue.js project and can be included as a vue component.
Installation can be done via NPM.
$ npm install vue-disqus
You can either use it in .vue
files or in HTML
files, as a component:
<disqus shortname="your_shortname_disqus"></disqus>
Vue component to integrate Disqus comments in your application Vue.js, with support for SPA
Check GitHub for documentantion, by Alan Albuquerque