各种框架/工具/包排名 - http://www.javascripting.com/?sort=rating
- NPM list - https://www.npmjs.com/package/package
- Taobao Mirror - https://npm.taobao.org/
- JSFiddle - https://jsfiddle.net/
- Node.js - https://nodejs.org/en/ or https://docs.npmjs.com/files/package.json -> nested tree
- yarn - https://yarnpkg.com/en/ -> better than npm
- bower - https://bower.io/ --> only the front-end package
- Jekyll - https://jekyllrb.com/ && https://github.com/jekyll
- esdoc - https://esdoc.org/ && https://esdoc.org/manual/usage.html
- storybook - https://storybook.js.org/ && https://github.com/storybooks/storybook
- Yeoman - http://yeoman.io
- JQuery - https://jquery.com/ -> $.
- Lodash - https://lodash.com/docs#get -> _.
- handlebars : http://handlebarsjs.com/ or http://keenwon.com/992.html
- Mustache : https://mustache.github.io/mustache.5.html
- Jade : http://jade-lang.com or http://ithelp.ithome.com.tw/articles/10094475
- EJS : https://blog.gtwang.org/programming/ejs-embedded-javascript/
- epii : https://www.npmjs.com/package/epii-html5
- React - https://facebook.github.io/react/
Redux - http://redux.js.org/
Router - http://react-guide.github.io/react-router-cn/
prop-types - https://facebook.github.io/react/docs/typechecking-with-proptypes.html
react-intel - https://github.com/yahoo/react-intl
classNames - https://www.npmjs.com/package/classnames - Angular - https://angularjs.org/
- Vue - https://vuejs.org/ and https://cn.vuejs.org/v2/guide/
- bootstrap - http://getbootstrap.com/ and http://getbootstrap.com/
- Sass - http://sass-lang.com
- Less -
- Stylus - Comparation: http://efe.baidu.com/blog/revisiting-css-preprocessors/
- Compass -
- ES6(ES2015) - http://es6-features.org/
- Babel - https://babeljs.io/ and http://babeljs.cn/
- JS - https://www.w3schools.com/jsref/jsref_substr.asp
- Grunt - https://gruntjs.com/
- Gulp - http://gulpjs.com/
- Webpack - https://webpack.js.org/guides/getting-started/
- Eslint - http://eslint.org/ -> ES6 to ES5 && http://eslint.org/docs/user-guide/configuring && http://eslint.org/docs/rules/
- Stylelint - https://github.com/stylelint/stylelint -> CSS
- Jshint - https://github.com/jshint/jshint and http://jshint.com
- Jest - http://facebook.github.io/jest/ or http://facebook.github.io/jest/docs/zh-Hans/getting-started.html -> Jest is a complete and easy to set up JavaScript testing solution
- flowtype - https://flow.org/ or https://github.com/flowtype -> A static type checker for JavaScript
- Selenium - https://wizardforcel.gitbooks.io/selenium-doc/content/official-site/introduction.html
- Mocha -
- css-loader - https://github.com/webpack-contrib/css-loader
- postcss - https://github.com/postcss/postcss
- autoprefixer - https://github.com/postcss/autoprefixer
- cssnano - https://github.com/ben-eb/cssnano -> css 压缩工具
- emmet - https://emmet.io/ -->Sublime