Skip to content

Commit 350d795

Browse files
author
baiqiang
committed
docs: 完成 README 初始化与内容精简
1 parent 0b494cb commit 350d795

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Summary
2+
3+
基于 **VitePress** 构建,**GitHub Pages** 托管的技术总结与实践沉淀。
4+
5+
## 用途 (Usage)
6+
7+
内容涵盖:
8+
- **前端基础**:HTML/CSS 语义化、现代 JavaScript (ES6+)、浏览器原理等。
9+
- **工程化实践**:模块化、构建工具优化、规范治理、CI/CD 等。
10+
- **性能优化**:加载性能、运行时性能、资源压缩与缓存策略等。
11+
- **架构设计**:组件化方案、状态管理、微前端、项目架构思路等。
12+
13+
## 本地开发
14+
15+
```bash
16+
# 安装依赖
17+
npm install
18+
19+
# 启动开发服务器
20+
npm run docs:dev
21+
22+
# 构建静态站点
23+
npm run docs:build
24+
```
25+
26+
---
27+
*持续记录,持续思考,持续实践。*

0 commit comments

Comments
 (0)