0.0.1 • Published 7 years ago

collective-js v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

collective-js

Build Status NPM version Bower version

Manage Javascript Collections

Home: http://collective-js.jaysalvat.com/

Documentation: http://collective-js.jaysalvat.com/documentation/

Install

Download latest collective-js! version and include it to your page.

<link rel="stylesheet" href="/path/to/collective-js/dist/collective-js.min.css">
<script src="/path/to/collective-js/dist/collective-js.min.js"></script>

Bower install

bower install --save collective-js

NPM install

npm install --save collective-js

Yarn install

yarn add collective-js

collective-js is UMD and ES6/Webpack/Browserify friendly.

import collective-js from 'collective-js';