Skip to content

tudousi/CardKit

 
 

Repository files navigation

CardKit

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.

Usage and Examples

CardKit Reference App (highly recommend to open in iOS/android device or simulator)

In the Real World

douban apps

Download

Compiled and packaged "all in one" version:

Minified version:

or build your own:

Quick Start for building

Prepare the environment

  1. node, npm
  2. grunt v0.4 - npm install grunt-cli -g
  3. istatic v0.3.2+ - node install node-istatic -g
  4. ruby, gem, bundler

Install dependencies

  1. npm install
  2. bundle install

Build and use in your mobile project

  1. cp config.js.tmpl config.js
  2. Resolve TODO in config.js
  3. grunt
  4. grunt deploy

Dev Guild

  1. grunt watch:dev or grunt watch:pub
  2. Edit source files in js/, css/ and tpl/

Docs & Demos

  1. grunt connect
  2. See http://localhost:9100/ (or official URL) and examples/

More comming soon...

Release History

  • 2013.6.18
    • v1.3.1 release
    • 从Code(豆瓣内部开发平台)迁移到Github

Supports

Mobileweb Instrumentality Project @ trello

About

A mobile UI framework to help you build mobile web apps quickly and simply, or transfer entire website to native-like web app for touch devices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published