An open API service indexing awesome lists of open source software.

https://github.com/digitaledgeit/js-view-collection

A collection of views.
https://github.com/digitaledgeit/js-view-collection

Last synced: over 1 year ago
JSON representation

A collection of views.

Awesome Lists containing this project

README

          

# view-collection

A collection of views.

## Installation

CompomentJS:

$ component install digitaledgeit/js-view-collection


NodeJS:

$ npm install --save digitaledgeit-view-collection


## Building

ComponentJS:

$ component build --dev

NodeJS:

$ browserify -r assert:assert -r ./index.js:view-collection -r view:view > build/build.js