name | url |
---|---|
*HTML5 Boilerplate | https://html5boilerplate.com/ |
Initializr | http://www.initializr.com/ |
The above helps to generate a basic HTML5 project.
name | url | description |
---|---|---|
jquery | http://jquery.com | DOM helper library |
bootstrap | http://getbootstrap.com | UI framework |
bootstrap (CN) | http://www.bootcss.com | UI Framework |
require | http://requirejs.com | Modulizer |
backbone | http://backbonejs.org/ | MVC |
undercore | http://underscorejs.org/ | Functional program |
mockjs | http://mockjs.com/ | Data mock library |
modernizr | http://modernizr.com/ | detects HTML5 and CSS3 features in the user’s browser |
coffee-script | http://coffee-script.org/ | Javascript helper language library |
See more at cdnjs.net a CDN javascript sources library.
name | url |
---|---|
*i18next | http://i18next.com/index.html |
require-i18n | http://requirejs.org/docs/download.html#i18n |
i18next is a full featured locale library, will help a lot.
Select require-i18n when you are using RequireJS, and it’s really small.
jQuery has been required by default in HTML5 Boilerplate template.
原文地址:http://blog.csdn.net/wxqee/article/details/44195957