HTML5 Project Quick Guide

HTML5 Project Quick Guide

Get a basic project template

name url
*HTML5 Boilerplate https://html5boilerplate.com/
Initializr http://www.initializr.com/

The above helps to generate a basic HTML5 project.

Library / thirdparty list

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.

Locale support

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 support

jQuery has been required by default in HTML5 Boilerplate template.

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。