0.0.3 • Published 2 years ago

@peteretelej/vuepress-plugin-fulltext-search v0.0.3

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

vuepress-plugin-fulltext-search

Vuepress2 full-text search plugin using FlexSearch.

:warning: This is under development. Please use other plugins instead.

Usage

yarn add -D @peteretelej/vuepress-plugin-fulltext-search

Add plugin to docs/.vuepress/config.js

module.exports = {
    plugins: ['@peteretelej/fulltext-search'],
}