* feat(theme)!: migrate `plugin-markdown-hint` * chore: tweak * chore: tweak * chore: tweak * chore: tweak * chore: tweak * chore: tweak * chore: tweak * chore: tweak * chore: tweak * chore: tweak * fix(theme): improve `home-blog` styles in mobile, close #210 * chore: tweak * chore: tweak
@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()
]
// ...
}