1 Star 0 Fork 0

theajack / vuepress-plugin-tc-comment

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Vuepress-plugin-tc-comment

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: '',
    }
  ]
}

demo

https://theajack.gitee.io/cnchar

空文件

简介

Support tc-comment in Vuepress 展开 收起
JavaScript 等 2 种语言
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
JavaScript
1
https://gitee.com/theajack/vuepress-plugin-tc-comment.git
git@gitee.com:theajack/vuepress-plugin-tc-comment.git
theajack
vuepress-plugin-tc-comment
vuepress-plugin-tc-comment
master

搜索帮助