rctui v0.2.2 Release Notes

    • 使用webpack打包,减少体积,去除了 Refluxsuperagent 依赖。
    • 放弃bootstrap,使用yahoo/pure。
    • 在webpack中使用了babel-loader,所以用了部分es6语法,参考 babel 的文档,没有使用需要 polyfill 支持的部分(因为需要额外引入45KB左右的 polyfill 包)。不要忘记在页面中加入 es5-shim 引用。