recipe/demo/search-pro/src
2024-08-18 19:16:25 +08:00
..
.vuepress first load 2024-08-18 19:16:25 +08:00
demo.md first load 2024-08-18 19:16:25 +08:00
example.md first load 2024-08-18 19:16:25 +08:00
README.md first load 2024-08-18 19:16:25 +08:00
single.md first load 2024-08-18 19:16:25 +08:00
tagwithoutTitle.md first load 2024-08-18 19:16:25 +08:00
zh.md first load 2024-08-18 19:16:25 +08:00

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
    }),
  ],
};