recipe/demo/search-pro/src/README.md
2024-08-18 19:16:25 +08:00

629 B

home title icon heroImage heroText tagline actions footer
true Home homed https://theme-hope-assets.vuejs.press/logo.svg vuepress-plugin-search-pro Client search plugin for VuePress2
text link
Docs https://plugin-search-pro.vuejs.press
MIT Licensed, Copyright © 2019-present Mr.Hope

How to use

Install

pnpm add -D vuepress-plugin-search-pro

Usage

import { searchProPlugin } from "vuepress-plugin-search-pro";

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