Package Exports
- vuepress-plugin-valine
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vuepress-plugin-valine) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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'
}
]
]
}