0.0.2 • Published 4 years ago

vuepress-plugin-flexsearch-lang v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

https://badgen.net/npm/v/vuepress-plugin-flexsearch https://badgen.net/npm/dt/vuepress-plugin-flexsearch https://badgen.net/npm/license/vuepress-plugin-flexsearch https://badgen.net/github/contributors/z3by/vuepress-plugin-flexsearch

vuepress-plugin-flexsearch

Next-Generation full text search library for Vuepress

A good replacement of the default Vuepress search plugin.

Installation

yarn add -D vuepress-plugin-flexsearch
// or npm install vuepress-plugin-flexsearch -D

Usage

// .vuepress/config.js

module.exports = {
    themeConfig: {
      flexSearchOptions: {
        // to override the default options you can see available options on https://github.com/nextapps-de/flexsearch
      }
    },
    plugins: [
      ['flexsearch'],
      // other plugins
    ]
}

Credit

Thanks to nextapps-de/flexsearch

Contributions

PRs are welcome :heart: