Comments Widget for Vue.js
Thought as a general purpose comments widget based on Vue.js. Similar to Facebooks comments or Disqus.
THIS IS WORK IN PROGRESS!
It already works but there are things to improve and bugs to find and fix.
Usage
Load the VueComments plugin and VeeValidate, it will register everything that is required.
;;; Vue;Vue; var vueApp = el: '#vue-app' data: {};
Use it inside your applications markup:
Comments
Building and Development
Build a dist
yarn installyarn run build
yarn run watch
Run yarn run
for additional scripts.
License
Copyright Florian Krämer