comment
Comment plugin for VuePress supporting multiple providers.
Usage
npm i -D @vuepress/plugin-comment@next
import { commentPlugin } from '@vuepress/plugin-comment'
export default {
plugins: [
commentPlugin({
provider: 'Waline', // Artalk | Giscus | Waline | Twikoo
// provider-specific options
}),
],
}
Supported Providers
Guide
See Guide for detailed configuration.