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

https://github.com/rive/doc-vite-plugin

Vite Plugin to wrap MDX and necessary Markdown plugins
https://github.com/rive/doc-vite-plugin

Last synced: 16 days ago
JSON representation

Vite Plugin to wrap MDX and necessary Markdown plugins

Awesome Lists containing this project

README

          

# @rive/doc-vite-plugin

Vite Plugin to wrap MDX and necessary Markdown plugins

## Install

```bash
npm i -D @rive/doc-vite-plugin
```

## Usage

```ts
// vite.config.ts
import { defineConfig } from 'vite';
import doc from '@rive/doc-vite-plugin';

export defult defineConfig({
plugins: [doc()]
});
```