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

https://github.com/3lang3/rcdoc

⚡️ 基于 Vite 的 React 组件文档生成器
https://github.com/3lang3/rcdoc

Last synced: about 1 year ago
JSON representation

⚡️ 基于 Vite 的 React 组件文档生成器

Awesome Lists containing this project

README

          

# rcdoc

⚡️ 基于 Vite 的 React 组件文档生成器

### 特性

- 📦 开箱即用,将注意力集中在组件开发和文档编写上
- 🏷 基于 TypeScript 类型定义,自动生成组件 API
- 🎨 主题轻松自定义,还可创建自己的 Markdown 组件
- 📱 内置移动端组件库模式
- ⚡️ Vite! 超乎想象的开发体验

## Usage & Guide

To view more online examples and docs, please visit [rcdoc official site](https://rcdoc.3lang.dev).

## Development

```bash
pnpm install
cd packages/playground
pnpm dev
```

## License

MIT