feat: add docs

This commit is contained in:
2026-01-29 22:44:36 +08:00
parent 110aec7d5f
commit c214c11244
10 changed files with 573 additions and 7 deletions

25
docs/index.md Normal file
View File

@@ -0,0 +1,25 @@
---
# https://vitepress.dev/reference/default-theme-home-page
layout: home
hero:
name: "Hucky 操作指南"
text: "帮助您快速入门"
tagline: 标准化的开发规范脚手架
actions:
- theme: brand
text: 熟悉依赖项
link: /quick_start/dependencies
- theme: alt
text: 自动路由
link: /cli_feature/auto_router
features:
- title: 样式规范化
details: 统一组件库选择与组件封装模式
- title: 常用 util 封装
details: 涵盖 axios 封装到函数式 toast 一站式解决方案
- title: 检查代码格式
details: 规范的 prettier 和 eslint 检查
---