https://github.com/3lang3/rcdoc
⚡️ 基于 Vite 的 React 组件文档生成器
https://github.com/3lang3/rcdoc
Last synced: about 1 year ago
JSON representation
⚡️ 基于 Vite 的 React 组件文档生成器
- Host: GitHub
- URL: https://github.com/3lang3/rcdoc
- Owner: 3lang3
- Created: 2022-02-10T08:05:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-06T19:54:42.000Z (about 1 year ago)
- Last Synced: 2025-07-06T20:42:51.062Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 2.37 MB
- Stars: 42
- Watchers: 1
- Forks: 5
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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