decks
v0.1.3
Published
JavaScript UI library for viewing collections of items.
Downloads
26
Readme
decks
Overview
A flexible layout library for rendering collections of items in the DOM.
Getting started
git clone https://github.com/pellucidanalytics/decks.git
cd decks
npm install
# Default build for development (file watcher)
# This builds the lib code, tests, and examples, and sets up file
# watchers and LiveReload for development.
gulp
# Build the distributable library code (built to ./dist)
gulp lib
# Build and run the tests (built to ./dist/test)
gulp test
# Build the examples (built to ./dist/examples)
gulp examples
# Publish the repository to npm (maintainers only)
gulp publish