vuepress-plugin-tc-comment
v0.1.0
Published
Comment tc-comment plugin in vuepress
Downloads
34
Maintainers
Readme
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
// 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: '',
}
]
}