@shuaijs/vuepress-plugin-gitalk

1.0.2 • Public • Published

@shuaijs/vuepress-plugin-gitalk

介绍

vuepress-plugin-gitalk

安装

yarn add @shuaijs/vuepress-plugin-gitalk
# or
npm install @shuaijs/vuepress-plugin-gitalk --save

使用

在配置文件中引入 vuepress-plugin-gitalk

module.exports = {
  plugins: [
    [
      '@shuaijs/gitalk', {
          // GitHub Application Client ID.
          clientID: '',
          // GitHub Application Client Secret.
          clientSecret: '',
          // GitHub repository. 存储评论的 repo
          repo: '',
          // GitHub repository 所有者,可以是个人或者组织。
          owner: '',
          // GitHub repository 的所有者和合作者 (对这个 repository 有写权限的用户)。(不配置默认是owner配置)
          admin: [''],
      }
    ],
  ],
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    1
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i @shuaijs/vuepress-plugin-gitalk

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

5 kB

Total Files

5

Last publish

Collaborators

  • stanye