前端文档整理

本文主要是整理一些前端文档,以及别人整理的比较好的文档。

本文内容:

  1. 代码规范
  2. JS文档
  3. Node.js
  4. 其他

1. 规范

1.1 Web

Isobar 前端代码规范 及 最佳实践

  • 英文版:https://github.com/isobar-idev/code-standards/
  • 中文版:http://coderlmn.github.io/code-standards/

1.2 JS

Airbnb JavaScript Style Guide

  • 英文版:https://github.com/airbnb/javascript
  • 中文版:https://github.com/sivan/javascript-style-guide

2. JS文档

2.1 Promise A+

  • 英文版:https://promisesaplus.com/

2.2 AMD规范

  • 英文版: https://github.com/amdjs/amdjs-api/wiki/AMD
  • 中文版: https://github.com/amdjs/amdjs-api/wiki/AMD

2.3 CMD规范

  • 中文版: https://github.com/seajs/seajs/issues/242

3. Node.js

3.1 stream-handbook

  • 英文版: https://github.com/substack/stream-handbook
  • 中文版: https://github.com/jabez128/stream-handbook

4. 其他(别人的一些总结)

4.1 腾讯移动Web前端知识库

  • 中文版: https://github.com/AlloyTeam/Mars

4.2 jtyjty99999 收集的移动开发的资源和技巧

  • 中文版: https://github.com/AlloyTeam/Mars

4.3 JacksonTian 整理的前端技能汇总 Frontend Knowledge Structure

  • 中文版: https://github.com/AlloyTeam/Mars

最后修改时间为:2015-10-26

你可能感兴趣的:(前端文档整理)