Skip to main content
vuepress-theme-hope

vuepress-plugin-comment2

Comment and pageview plugin for VuePress2

Get Started 💡Config 🛠

Install

pnpm add -D vuepress-plugin-comment2

Usage

// .vuepress/config.ts
import { commentPlugin } from "vuepress-plugin-comment2";

export default {
  plugins: [
    commentPlugin({
      // your options
    }),
  ],
};

Migrating from V1

See Migration Guide.