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.
- Host: GitHub
- URL: https://github.com/digitaledgeit/js-view-collection
- Owner: digitaledgeit
- Created: 2014-05-04T22:02:16.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-04-06T14:50:59.000Z (about 11 years ago)
- Last Synced: 2025-02-25T12:03:22.173Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 246 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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