An open API service indexing awesome lists of open source software.

https://github.com/basemkhirat/vitepress-with-local-search

Vitepress with local search feature
https://github.com/basemkhirat/vitepress-with-local-search

lunr markdown search static-site-generator vitepress

Last synced: 3 months ago
JSON representation

Vitepress with local search feature

Awesome Lists containing this project

README

          

# VitePress with local search feature

## Setup

```bash
yarn install
```

## Development

```bash
yarn dev
```

## Production

```bash
yarn build
yarn serve
```