vuepress-plugin-full-text-search-page
TypeScript icon, indicating that this package has built-in type declarations

0.1.6 • Public • Published

vuepress2-plugin-full-text-search

VuePress v2 plugin that adds full-text search box.

⚠️ WARNING: this project is considered to be in BETA until VuePress v2 is available for general use and the API is stable!

Install

npm i -D vuepress2-plugin-full-text-search

Config

⚠️ Text-based plugin definitions will not work because this plugin does not yet follow the naming convention.

For CJS

e.g. .vuepress/config.js

module.exports = {
  plugins: [[require("vuepress2-plugin-full-text-search").default]],
};

For ESM

e.g. .vuepress/config.js

import pluginFullTextSearch from "vuepress2-plugin-full-text-search";
module.exports = {
  plugins: [[pluginFullTextSearch]],
};

Package Sidebar

Install

npm i vuepress-plugin-full-text-search-page

Weekly Downloads

0

Version

0.1.6

License

MIT

Unpacked Size

58.1 kB

Total Files

24

Last publish

Collaborators

  • moudev