CardKit (v2)
CardKit is a mobile UI library provides a series of building blocks to help you build mobile web apps quickly and simply, or transfer entire website to mobile-first web app for touch devices.
CardKit building blocks are all use-html-as-configure-style (like Custom Elements, directive...) components built on DarkDOM and Moui.
Usages and Examples
References
- Presentation in QCon Beijing 2014 (in Chinese): slides + transcript
In the Real World
Installation
Install via bower:
bower install cardkit
Or download directly:
- Packaged version without dependencies
cardkit.js
cardkit.min.js - Packaged version with dependencies
cardkit-standalone.js
cardkit-standalone.min.js
Quick Start for building
Prepare the environment
- node, npm
- grunt v0.4 -
npm install grunt-cli -g
- bower v0.10.0+ -
npm install bower -g
- ruby, gem, bundler
Install dependencies
npm install
bundle install
bower install
The first build
grunt
License
Copyright (c) 2013-2014 douban.com Licensed under the MIT license.