NodeJS API
http://nodeapi.ucdok.com/#/api/
FreeMarker
模版语言
官方有中文文档下载连接
http://freemarker.incubator.apache.org/index.html
vue.js
http://cn.vuejs.org/
数据驱动的组件,为现代化的 Web 界面而生
sui
http://sui.taobao.org/sui/docs/index.html
SUI 是一套基于bootstrap开发的前端组件库,同时她也是一套设计规范。通过SUI,可以非常方便的设计和实现精美的页面
sui mobile
http://m.sui.taobao.org/
轻量,小巧且精美的UI库;方便迅速搭建手机H5应用
ant.design
http://ant.design/
Ant Design 是一个 UI 设计语言,是一套提炼和应用于企业级后台产品的交互语言和视觉体系。
zepto
http://gmu.baidu.com/doc/2.0.5/
http://zeptojs.com/
Zepto是一个轻量级的针对现代浏览器的JS库,兼容jQuery用法
webpack
http://webpack.github.io/
http://zhaoda.net/webpack-handbook/
前端构建工具
gulp
http://www.gulpjs.com.cn/docs
https://github.com/gulpjs/gulp/tree/master/docs
前端构建工具
React
http://reactjs.cn/
http://facebook.github.io/react/
用于构建用户界面的JAVASCRIPT库
React Flux
http://reactjs.cn/react/docs/flux-overview.html
http://facebook.github.io/flux/docs/overview.html
Flux是Facebook用来构建用户端的web应用的应用程序体系架构。
React Router
https://github.com/rackt/react-router/tree/master/docs
History
https://github.com/rackt/history
SuperAnger
http://visionmedia.github.io/superagent/
Super Agent is light-weight progressive ajax API crafted for flexibility, readability, and a low learning curve after being frustrated with many of the existing request APIs. It also works with Node.js!
Font Awesome
http://fontawesome.io/
《ECMAScript 6入门》
http://es6.ruanyifeng.com/
《ECMAScript 6入门》是一本开源的JavaScript语言教程,全面介绍ECMAScript 6新引入的语法特性。
Fetch
https://github.com/github/fetch
将会代替ajax(XHR)?