Miracles sometimes occur,
but one has to work terribly for them.
人生除了眼前的苟且,还有未知的 bug 和看不懂的 code
ScrollSupport popluar comment plugins in Vuepress, such as Valine.
$frontmatter
With npm
:
npm install --save vuepress-plugin-valine
With yarn
:
yarn add vuepress-plugin-valine -D
With cnpm
:
cnpm i --save vuepress-plugin-valine
The options
is exactly the same as Valine
configuration.
module.exports = {
plugins: [
[
'vuepress-plugin-valine',
{
appId: 'Your own appId',
appKey: 'Your own appKey'
}
]
]
}