2026-01-29 22:44:36 +08:00
|
|
|
---
|
|
|
|
|
# https://vitepress.dev/reference/default-theme-home-page
|
|
|
|
|
layout: home
|
|
|
|
|
|
|
|
|
|
hero:
|
|
|
|
|
name: "Hucky 操作指南"
|
|
|
|
|
text: "帮助您快速入门"
|
|
|
|
|
tagline: 标准化的开发规范脚手架
|
|
|
|
|
actions:
|
|
|
|
|
- theme: brand
|
|
|
|
|
text: 熟悉依赖项
|
2026-01-29 23:24:12 +08:00
|
|
|
link: /quick-start/dependencies
|
2026-01-29 22:44:36 +08:00
|
|
|
- theme: alt
|
|
|
|
|
text: 自动路由
|
2026-01-29 23:24:12 +08:00
|
|
|
link: /cli-feature/auto-router
|
2026-01-29 22:44:36 +08:00
|
|
|
|
|
|
|
|
features:
|
|
|
|
|
- title: 样式规范化
|
|
|
|
|
details: 统一组件库选择与组件封装模式
|
|
|
|
|
- title: 常用 util 封装
|
|
|
|
|
details: 涵盖 axios 封装到函数式 toast 一站式解决方案
|
|
|
|
|
- title: 检查代码格式
|
|
|
|
|
details: 规范的 prettier 和 eslint 检查
|
|
|
|
|
---
|
|
|
|
|
|