Infinite-ui(简称:IUI),成立于2015年08月07日,它是基于 jQuery 开发的开源组件库,目的是为了支撑公司所有项目的基础组件建设。
- jQuery
(3.0 is temporarily not supported)
-
Internet Explorer 8+
-
Chrome 4+
-
Firefox 5+
-
IOS 6+
-
Android 4.4.0+
Janking -- https://github.com/janking
Season -- https://github.com/YuxinChou
SamZoo -- https://github.com/SamZoo
Kerry -- https://github.com/qiuyaofan
N-feng -- https://github.com/N-feng
Chesscai -- https://github.com/chesscai
1.4.0
https://github.com/Janking/infinite-ui
##起步
1) 安装 node.js
https://nodejs.org/en/
2) 打开终端,进入目录并安装模块
npm install jshint -g (如果是linux/osx,请在前面加 sudo)
npm install
windows
在安装 node-sass
会有报错的情况,需要额外安装 visual studio 2015
,
详细请阅读 https://www.npmjs.com/package/node-sass#install
Compiling versions 0.9.4 and above on Windows machines requires Visual Studio 2015 WD. If you have multiple VS versions, use npm install with the --msvs_version=2015 flag also use this flag when rebuilding the module with node-gyp or nw-gyp.
(建议全局安装一下npm install -g cnpm
,不然node-sass
在window下想成功太难了)
- 调试与开发
npm run dev
- 编译与发布
npm run build