# chuhe-ui-example **Repository Path**: chen-lexiang/chuhe-ui-example ## Basic Information - **Project Name**: chuhe-ui-example - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-07 - **Last Updated**: 2026-02-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 楚河 UI 文档站点 基于 [VitePress](https://vitepress.dev/) 构建的 [@chenlexiang/chuhe-ui](https://www.npmjs.com/package/@chenlexiang/chuhe-ui) 组件库文档站点。 ## 技术栈 - **文档框架**: VitePress 1.6 - **组件库**: @chenlexiang/chuhe-ui - **样式**: Tailwind CSS v4 - **运行时**: Vue 3.5+ ## 快速开始 ### 安装依赖 ```bash pnpm install ``` ### 启动开发服务器 ```bash pnpm dev ``` 访问 http://localhost:5173 查看文档站点。 ### 构建生产版本 ```bash pnpm build ``` ### 预览构建结果 ```bash pnpm preview ``` ## 目录结构 ``` chuhe-ui-example/ ├── .vitepress/ │ ├── config.ts # VitePress 配置 │ └── theme/ # 主题定制 ├── public/ │ └── logo.png # 站点 Logo ├── guide/ # 入门指南 │ ├── installation.md # 安装说明 │ └── quick-start.md # 快速开始 ├── components/ # 组件文档 │ └── button.md # Button 按钮 ├── index.md # 首页 └── package.json ``` ## 相关链接 - [楚河 UI 源码](https://github.com/chenlexiang/chuhe-ui) - [npm 包](https://www.npmjs.com/package/@chenlexiang/chuhe-ui)