HTML5 Boilerplate 调研资源

HTML5 Boilerplate是基于HTML/ CSS / JS的一个快速,健壮和面向未来的网站模板。经过3年的迭代开发,使我们得到最佳的web开发实践,包括:跨浏览器的正常化,性能优化,甚至像可选功能如AJAX跨域和Flash处理等,这个模版包含一个.htaccess配置文件,它的功能包括Apache缓存设置,网站播放HTML5视频设置,使用@font-face和允许使用gzip设置。

      它有以下特性:

  •   支持HTML 5
  •   跨浏览器兼容,包括对IE6的支持
  •   高速缓存和压缩规则,最佳实践配置
  •   移动浏览器优化
  •   单元测试套件Javascript分析
  •   移动与特定CSS规则的IOS和Android的浏览器支持

 

这方面的资料比较少,欢迎大家一起补充~

 

一、官方网址

http://html5boilerplate.com

 

二、Getting Started Using HTML5 Boilerplate

http://weblogs.asp.net/dwahlin/archive/2011/06/05/getting-started-using-html5-boilerplate.aspx

 

三、Ant Build

https://github.com/h5bp/ant-build-script

 

四、HTML5 Boilerplate核心成员——石川(专访)

http://www.infoq.com/cn/news/2012/03/html5boilerplate-shichuan-interv

 

五、使用 HTML5 Boilerplate 开始您的 web 开发

http://www.ibm.com/developerworks/cn/web/wa-html5boilerplate/index.html

 

六、Mobile Boilerplate

https://github.com/h5bp/mobile-boilerplate

 

你可能感兴趣的:(Boilerplate)