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)
- iOS 4.x or earlier
- Android 3.x or earlier
- Tablet device
- UC and similar browsers
- Some low-end phones
- iOS 7 support coming soon
- Windows Phone support coming soon
Compiled and packaged "all in one" version:
Minified version:
or build your own:
- node, npm
- grunt v0.4 -
npm install grunt-cli -g
- bower -
npm install bower -g
- ruby, gem, bundler
npm install
bundle install
bower install
grunt update
cp config.js.tmpl config.js
- Resolve TODO in config.js
grunt publish
grunt watch
- Edit source files in
js
,css
andtpl
grunt
- small commitsgrunt publish
- version change (rebuild the distribution files)
grunt connect
- See http://localhost:9100/ (or official URL) and
examples/
More coming soon...
See changelog
Mobileweb Instrumentality Project @ trello
Copyright (c) 2013 douban.com Licensed under the MIT license.