Skip to content

Commit 89c53ee

Browse files
author
zhouhongxuan
committed
feat(readme): 添加目录
1 parent 4bca0bf commit 89c53ee

File tree

1 file changed

+52
-1
lines changed

1 file changed

+52
-1
lines changed

README.md

Lines changed: 52 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,58 @@
44

55
不论你是正在自学前端,还是对前端某些技术熟练掌握但某些还未涉足,我都希望这份清单能帮助你 review 一些前端的基础能力。
66

7-
[TOC]
7+
<!-- TOC -->
8+
9+
- [前端技术清单](#前端技术清单)
10+
- [0. 年度报告](#0-年度报告)
11+
- [1. 基础拾遗](#1-基础拾遗)
12+
- [1.1. JavaScript](#11-javascript)
13+
- [1.2. CSS](#12-css)
14+
- [1.3. 浏览器](#13-浏览器)
15+
- [2. 工程化与工具](#2-工程化与工具)
16+
- [2.1. webpack](#21-webpack)
17+
- [2.2. Gulp](#22-gulp)
18+
- [2.3. Linter](#23-linter)
19+
- [2.4. 静态类型(Typescript/Flow)](#24-静态类型typescriptflow)
20+
- [2.5. Babel](#25-babel)
21+
- [2.6. CSS预处理与模块化](#26-css预处理与模块化)
22+
- [3. 性能优化](#3-性能优化)
23+
- [3.1. 加载性能](#31-加载性能)
24+
- [3.2. 运行时性能](#32-运行时性能)
25+
- [3.3. 前端缓存](#33-前端缓存)
26+
- [3.4. 性能调试与实践](#34-性能调试与实践)
27+
- [3.5. 性能指标](#35-性能指标)
28+
- [4. 安全](#4-安全)
29+
- [4.1. XSS](#41-xss)
30+
- [4.2. CSRF](#42-csrf)
31+
- [4.3. CSP](#43-csp)
32+
- [4.4. HTTPS](#44-https)
33+
- [4.5. 安全实录](#45-安全实录)
34+
- [5. 自动化测试](#5-自动化测试)
35+
- [5.1. 单元测试](#51-单元测试)
36+
- [5.2. 端到端测试 (E2E)](#52-端到端测试-e2e)
37+
- [5.3. 其他](#53-其他)
38+
- [6. 框架与类库](#6-框架与类库)
39+
- [6.1. React](#61-react)
40+
- [6.2. Vue](#62-vue)
41+
- [6.3. Redux](#63-redux)
42+
- [6.4. RxJS](#64-rxjs)
43+
- [7. 新技术/方向](#7-新技术方向)
44+
- [7.1. PWA](#71-pwa)
45+
- [7.2. CSS Houdini](#72-css-houdini)
46+
- [7.3. Web Components](#73-web-components)
47+
- [7.4. 微前端(Micro Frontends)](#74-微前端micro-frontends)
48+
- [7.5. HTTP/2](#75-http2)
49+
- [7.6. WebAssembly](#76-webassembly)
50+
- [8. 业务相关](#8-业务相关)
51+
- [8.1. 数据打点上报](#81-数据打点上报)
52+
- [8.2. 前端监控](#82-前端监控)
53+
- [8.3. A/B测试](#83-ab测试)
54+
- [8.4. “服务端推”](#84-服务端推)
55+
- [8.5. 动效](#85-动效)
56+
- [9. 不归类的好文](#9-不归类的好文)
57+
58+
<!-- /TOC -->
859

960
## 0. 年度报告
1061

0 commit comments

Comments
 (0)