码迷,mamicode.com
首页 > Web开发 > 详细

HTML5 Project Quick Guide

时间:2015-03-11 13:04:18      阅读:173      评论:0      收藏:0      [点我收藏+]

标签:project   template   html5   

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.

HTML5 Project Quick Guide

标签:project   template   html5   

原文地址:http://blog.csdn.net/wxqee/article/details/44195957

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!