fuc-new/doc/node_modules/@vuepress-plume/plugin-search
2025-10-15 12:40:55 +08:00
..
lib 1 2025-10-03 17:17:08 +08:00
node_modules no message 2025-10-15 12:40:55 +08:00
LICENSE 1 2025-10-03 17:17:08 +08:00
package.json 1 2025-10-03 17:17:08 +08:00
README.md no message 2025-10-15 12:40:55 +08:00

@vuepress-plume/plugin-search

使用 minisearch 实现的本地 全文模糊搜索 插件。

Install

npm install @vuepress-plume/plugin-search
# or
pnpm add @vuepress-plume/plugin-search
# or
yarn add @vuepress-plume/plugin-search

Usage

// .vuepress/config.[jt]s
import { searchPlugin } from '@vuepress-plume/plugin-search'

export default {
  // ...
  plugins: [
    searchPlugin()
  ]
  // ...
}