26 lines
645 B
Markdown
26 lines
645 B
Markdown
---
|
|
# 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 检查
|
|
---
|
|
|