0.1.0 • Published 2 years ago

vuepress-plugin-tc-comment v0.1.0

Weekly downloads
7
License
MIT
Repository
github
Last release
2 years ago

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

1.0.1

2 years ago

1.0.0

2 years ago

0.1.0

2 years ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago