Skip to main content
vuepress-theme-hope

vuepress-plugin-search-pro

Powerful client search plugin for VuePress2

Guide 💡Config 🛠

How to use

Install

pnpm add -D vuepress-plugin-search-pro

Usage

// .vuepress/config.ts
import { searchProPlugin } from "vuepress-plugin-search-pro";

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