es6:
①export 輸出 - import 引入
https://github.com/woaigmz/woaigmz/blob/master/export%E5%92%8Cimport.md
②Object
https://github.com/woaigmz/woaigmz/blob/master/Object.md
③String
https://github.com/woaigmz/woaigmz/blob/master/%E5%85%B3%E4%BA%8EString.md
④Map和Set
https://github.com/woaigmz/woaigmz/blob/master/map%E5%92%8Cset.md
⑤iterable迭代器
https://github.com/woaigmz/woaigmz/blob/master/iterable%E8%BF%AD%E4%BB%A3%E5%99%A8.md
⑥Promise
https://github.com/woaigmz/woaigmz/blob/master/promise.md
⑦async 函數(shù)
https://github.com/woaigmz/woaigmz/blob/master/async%E5%87%BD%E6%95%B0.md
JS的執(zhí)行機(jī)制:
阮一峰的網(wǎng)絡(luò)日志:
①什么是 Event Loop http://www.ruanyifeng.com/blog/2013/10/event_loop.html
②再談Event Loop http://www.ruanyifeng.com/blog/2014/10/event-loop.html
CSS
①css黑魔法 https://segmentfault.com/a/1190000011354975?utm_source=tuicool&utm_medium=referral
②flex布局 --- 阮一峰的網(wǎng)絡(luò)日志:
http://www.ruanyifeng.com/blog/2015/07/flex-grammar.html
JavaScript
JS中的this https://github.com/woaigmz/woaigmz/blob/master/js%E4%B8%AD%E7%9A%84this.md
Vue
①Vuex
理解:針對(duì)vue的數(shù)據(jù)管理集合,類(lèi)似于數(shù)據(jù)庫(kù) action,Mutation類(lèi)似于事物和存儲(chǔ)過(guò)程
中文文檔: https://vuex.vuejs.org/zh/guide/
項(xiàng)目使用: https://github.com/woaigmz/postcard
②Vue Router
理解:通過(guò)key(頁(yè)面路由標(biāo)識(shí))替換容器router-view里的vue文件,可嵌套,容器里放容器
中文文檔: https://router.vuejs.org/zh/
項(xiàng)目使用: https://github.com/woaigmz/postcard
Node
http://nodejs.cn/api/
① http 模塊
http://nodejs.cn/api/http.html
② fs 模塊
http://nodejs.cn/api/fs.html
③ stream 模塊
http://nodejs.cn/api/stream.html
Express
http://www.expressjs.com.cn/4x/api.html
Koa
未完。。