vuepress-plugin-valine

0.3.4 • Public • Published

Vuepress-plugin-valine

Support popluar comment plugins in Vuepress, such as Valine.

Features

  • Support Valine
  • Dynamic Import
  • Response router change and refresh automatic
  • User can use passage's $frontmatter

Usage

Install

With npm:

npm install --save vuepress-plugin-valine

With yarn:

yarn add vuepress-plugin-valine -D

With cnpm:

cnpm i --save vuepress-plugin-valine

Usage

The options is exactly the same as Valine configuration.

module.exports = {
  plugins: [
    [
      'vuepress-plugin-valine',
      {
        appId: 'Your own appId',
        appKey: 'Your own appKey'
      }
    ]
  ]
}

demo

https://artiely.gitee.io

/vuepress-plugin-valine/

    Package Sidebar

    Install

    npm i vuepress-plugin-valine

    Weekly Downloads

    14

    Version

    0.3.4

    License

    MIT

    Unpacked Size

    3.01 kB

    Total Files

    5

    Last publish

    Collaborators

    • artiely