Skip to content
forked from dexteryy/CardKit

A missing mobile web app toolkit for front-end developers

Notifications You must be signed in to change notification settings

windeye/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.

Usages and Examples

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

In the Real World

douban apps

Unsupported Platform

  • 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

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+ - npm 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 coming soon...

Release History

  • 2013.6.19
    • 修复组件示例的post请求在github pages中无效的问题
    • 修复Compatibility testing页面
    • 主页和readme里补充Unsupported Platform列表
  • 2013.6.18
    • v1.3.1 release
    • 从Code(豆瓣内部开发平台)迁移到Github

Supports

Mobileweb Instrumentality Project @ trello

About

A missing mobile web app toolkit for front-end developers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published