vuepress-plugin-valine
v0.3.4
Published
Comment plugin in vuepress, such as Valine
Maintainers
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-valineWith yarn:
yarn add vuepress-plugin-valine -DWith cnpm:
cnpm i --save vuepress-plugin-valineUsage
The options is exactly the same as Valine configuration.
module.exports = {
plugins: [
[
'vuepress-plugin-valine',
{
appId: 'Your own appId',
appKey: 'Your own appKey'
}
]
]
}