Skip to main content
vuepress-theme-hope

vuepress-plugin-components

Useful components for VuePress2

GuideConfig

Install

pnpm
pnpm add -D vuepress-plugin-components

Usage

TS
import { componentsPlugin } from "vuepress-plugin-components";

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