-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.md
107 lines (58 loc) · 2.72 KB
/
README.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
# :book:reading-notes
> 看过的一些关于前端的纸质以及电子书的读书笔记
> 记录一些重要的点,便于查阅,温故而知新
[线上版本](https://xblcity.github.io/reading-notes)
- [2019年](#zzz2019年)
- [2020年](#zzz2020年)
- [未来可能会读的书](#zzz未来可能会读的书)
## 2019年
- [Javascript高级程序设计(第三版)读书笔记](https://github.com/xblcity/reading-notes/blob/master/books19/professional-javascript.md)
- [深入理解ES6](https://github.com/xblcity/reading-notes/blob/master/books19/understanding-es6.md)
- [你不知道的Javascript(上卷)](https://github.com/xblcity/reading-notes/blob/master/books19/you-don't-know-js1.md)
- [深入浅出node.js](https://github.com/xblcity/reading-notes/blob/master/books19/understanding-node.md)
- [深入浅出webpack](https://github.com/xblcity/reading-notes/blob/master/books19/understanding-webpack.md)
- [React Docs(英译中)](https://github.com/xblcity/reading-notes/blob/master/books19/react.md)
- [vue2.x文档](https://github.com/xblcity/reading-notes/blob/master/books19/vue.md)
## 2020年
- [Javascript ES6 函数式编程入门经典](https://github.com/xblcity/reading-notes/blob/master/books20/functional-javascript.md)
- [React 文档总结思考](https://github.com/xblcity/reading-notes/blob/master/books20/react20.md)
- [Node.js实战 第二版 2018](https://github.com/xblcity/reading-notes/blob/master/books20/node-in-action.md)
## 可能会读的书
- HTML5/CSS3
- 精通CSS 高级Web解决标准方案 第三版 2019
- JS编程思路
- Javascript忍者秘籍 第二版 2018
- 你不知道的JavaScript(中卷) 电子版
- Javascript语言精粹(修订版) 2012
- Koa与Node.js开发实战 2019
- JavaScript设计模式与开发实践 曾探 2015
- 学习JavaScript数据结构与算法 2015
- JavaScript ES6函数式编程入门经典 2017
- 网络
- HTTP权威指南 2012
- 前端工程师
- 高效前端:Web高效编程与优化实践 2018
- 了不起的JavaScript工程师:从前端到全端高级进阶 2019
## Mark
- HTML5/CSS3
- HTML5秘籍(第2版) 2015
- JS编程思路
- JS 函数式编程指南 Gitbook 2019
- 高性能网站建设指南(第二版) 2015
- 高性能JavaScript 2011
- web性能权威指南 2013
- JavaScript面向对象精要 2015
- 编写可维护的JavaScript 2013
- 前端工程师
- Web全栈工程师的自我修养 2015
- 现代前端技术解析 2017
- 网页动画与游戏
- HTML5 Canvas核心技术 2013
- WebGL编程指南 2014
- Three.js开发指南 2015
## 关于
本项目使用`vuepress`框架
项目启动:
`yarn dev`
项目发布至`Github Page`(使用git bash客户端):
`yarn deploy`