books
tips
- 25个对JavaScript新手程序员有用的免费资源
- JavaScript Allongé, the “Six” Edition
- http://div.io
- promises-book
- JavaScript Standard Style 社区规范
blogs
plugins
lodash
es6
TypeScript
moment.js
Chart
mean
mean 存在两个github
- mean.io https://github.com/linnovate/mean linnovate公司维护版本,主页:http://mean.io/
- mean.js https://github.com/meanjs/mean 原linnovate首席维护人员离开公司后维护版本,主页:http://meanjs.org/
一些资料:
###
- 获取html根属性 window.getComputedStyle(document.getElementsByTagName(‘html’)[0])