|
|
2 hafta önce | |
|---|---|---|
| .. | ||
| --host | 2 hafta önce | |
| .vitepress | 2 hafta önce | |
| articles | 2 hafta önce | |
| backend | 2 hafta önce | |
| blog | 2 hafta önce | |
| frontend | 2 hafta önce | |
| guide | 2 hafta önce | |
| public | 2 hafta önce | |
| README.md | 2 hafta önce | |
| index.md | 2 hafta önce | |
| package.json | 2 hafta önce | |
| pnpm-lock.yaml | 2 hafta önce | |
基于 VitePress 的 Fusion AI Design 组件库和框架使用文档。
Fusion AI Design 文档站点提供了完整的组件使用指南、API参考、最佳实践和示例代码,帮助开发者快速上手和使用 Fusion AI Design 框架。
# 安装依赖
pnpm install
# 启动开发服务器
pnpm docs:dev
# 构建文档
pnpm docs:build
# 预览构建结果
pnpm docs:preview
fusion_design_docs/
├── .vitepress/ # VitePress配置
├── guide/ # 项目介绍文档
├── components/ # 组件文档
├── layout/ # 布局配置文档
├── utils/ # 工具函数文档
├── public/ # 静态资源
├── index.md # 首页
└── README.md # 本文档
欢迎提交Issue和Pull Request来帮助我们改进文档:
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)本项目采用 MIT 许可证 - 查看 LICENSE 文件了解详情。