vuepress-plugin-valine

Comment plugin in vuepress, such as Valine

Usage no npm install needed!

<script type="module">
  import vuepressPluginValine from 'https://cdn.skypack.dev/vuepress-plugin-valine';
</script>

README

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