美文网首页
前端全栈从零单排项目实战 -- 学习笔记

前端全栈从零单排项目实战 -- 学习笔记

作者: 半只温柔 | 来源:发表于2018-06-05 17:21 被阅读0次

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 函数

https://github.com/woaigmz/woaigmz/blob/master/async%E5%87%BD%E6%95%B0.md

JS的执行机制:

阮一峰的网络日志:
①什么是 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布局 --- 阮一峰的网络日志:
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
理解:针对vue的数据管理集合,类似于数据库 action,Mutation类似于事物和存储过程
中文文档: https://vuex.vuejs.org/zh/guide/
项目使用: https://github.com/woaigmz/postcard
②Vue Router
理解:通过key(页面路由标识)替换容器router-view里的vue文件,可嵌套,容器里放容器
中文文档: https://router.vuejs.org/zh/
项目使用: 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

https://koa.bootcss.com/#

未完。。

相关文章

网友评论

      本文标题:前端全栈从零单排项目实战 -- 学习笔记

      本文链接:https://www.haomeiwen.com/subject/zfvpsftx.html