This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

vitepress-plugin-meilisearch
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

Provides meilisearch for vitepress

this is not a production plugin

do not use it

Installing

node >= 18

$ npm i vitepress-plugin-meilisearch -D

Add the plugin

//vite.config.ts
import { SearchPlugin } from "vitepress-plugin-meilisearch";
import { defineConfig } from "vite";

//default options
var options = {
    host: 'http://127.0.0.1:7700',
    indexName: 'search-index',
    searchKey: 'abs***428',
    apiKey: 'lqq***dl'
};

export default defineConfig({
    plugins: [SearchPlugin(options)],
});

Readme

Keywords

Package Sidebar

Install

npm i vitepress-plugin-meilisearch

Weekly Downloads

0

Version

0.0.5

License

MIT

Unpacked Size

162 kB

Total Files

14

Last publish

Collaborators

  • imvkmark