vuepress-plugin-tc-comment

Support tc-comment in Vuepress

Stars
6

Vuepress-plugin-tc-comment

Demo

Support tc-comment plugins in Vuepress

Usage

Install

With npm:

npm install --save vuepress-plugin-tc-comment

With yarn:

yarn add vuepress-plugin-tc-comment -D

With cnpm:

cnpm i --save vuepress-plugin-tc-comment

Usage

Config Detail

// View https://github.com/theajack/comment for details
module.exports = {
  plugins: [
    'vuepress-plugin-tc-comment'
  ]
}

or use Options

module.exports = {
  plugins: [
    'vuepress-plugin-tc-comment',
    {
      conteiner: '', // default is main.page
      host: '', // View https://github.com/theajack/comment for details
      getUrl: '',
      insertUrl: '',
      replyUrl: '',
    }
  ]
}

demo

https://theajack.gitee.io/cnchar