jpossible-comment

A Vue component of comment

Usage no npm install needed!

<script type="module">
  import jpossibleComment from 'https://cdn.skypack.dev/jpossible-comment';
</script>

README

vue-comment

import 'jpossible-comment/dist/jpossible-comment.css'
import Jcomment from  'jpossible-comment'

export default {
  name: 'App',
  components: {
    Jcomment
  }
}
<template>
  <div id="app">
    <Jcomment></Jcomment>
  </div>
</template>

comment-github