假装异步加载中...
28 Oct 2014

Yeoman generator mobile 简介

##功能 这些功能都是可选的

  • 支持Bootstrap 3TopCoat , Zurb FoundationPure
  • 通过srcset生成响应式图片
  • 生成你网站在不同viewport下的屏幕截图
  • 使用 BrowserStack 作为云测试
  • 引入FastClick 避免 IOS touch 延迟
  • 引入boilerplate作为全屏API
  • 只包括你项目中用到的Modernizr功能
  • 转换图片为WebP
  • Includes a polyfill for async. localStorage

##开始

  • 安装: npm install -g generator-mobile
  • 运行: yo mobile
  • 执行build: grunt
  • 运行本地server: grunt serve
  • 屏幕截图:grunt screenshots
  • 在BrowserStack里运行:grunt open [nexus4|nexus 7|iphone 5]

##为什么需要一个mobile web-app generator mobile web 开发需求越来越多,但是开发一个mobile web需要做很多碎片化工作。我们想看看通过grunt如何简化开发过程。

针对mobile web开发中诸多痛点,我们包含了很多解决方案,例如:跨终端测试,目标设备屏幕快照,代码优化等等。

##移动优先的框架 Bootstrap 3TopCoat , Zurb FoundationPure都是很好的选择。

当你执行 yo mobile 时,你可以选择其中之一

Grunt tasks

建议

虽然我们决定不把下面的包含在generator-mobile workflow中,但是,你可能会用到他们

github 地址

发现文章有错误或是有疑问,欢迎骚扰:395217502@qq.com
comments powered by Disqus