A mobile UI framework provides building blocks which are classified as "Card", "Unit" and "Component" to help you build mobile web apps quickly and simply, or transfer entire website to native-like web app for touch devices.
CardKit Reference App (highly recommend to open in iOS/android device or simulator)
Compiled and packaged "all in one" version:
Minified version:
or build your own:
- node, npm
- grunt v0.4 -
npm install grunt-cli -g
- istatic v0.3.2+ -
node install node-istatic -g
- ruby, gem, bundler
npm install
bundle install
cp config.js.tmpl config.js
- Resolve TODO in config.js
grunt
grunt deploy
grunt watch:dev
orgrunt watch:pub
- Edit source files in
js/
,css/
andtpl/
grunt connect
- See http://localhost:9100/ (or official URL) and
examples/
More comming soon...
- 2013.6.18
- v1.3.1 release
- 从Code(豆瓣内部开发平台)迁移到Github