Created
August 29, 2014 13:37
-
-
Save fwon/2143c17774c588c2a2a8 to your computer and use it in GitHub Desktop.
scrat 解决的主要问题
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
规范 | |
开发规范 | |
模块化开发,js模块化,css模块化,像nodejs一样编码 | |
组件化开发,js、css、handlebars维护在一起 | |
部署规范 | |
采用nodejs后端,基本部署规范应该参考 express 项目部署 | |
按版本号做非覆盖式发布 | |
公共模块可发布给第三方共享 | |
框架 | |
js模块化框架,支持请求合并,按需加载等性能优化点 | |
工具 | |
可以编译stylus为css | |
支持js、css、图片压缩 | |
允许图片压缩后以base64编码形式嵌入到css、js或html中 | |
与ci平台集成 | |
文件监听、浏览器自动刷新 | |
本地预览、数据模拟 | |
仓库 | |
支持component模块安装和使用 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment