collective-js
v0.0.1
Published
Manage Javascript Collections
Readme
collective-js
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-jsNPM install
npm install --save collective-jsYarn install
yarn add collective-jscollective-js is UMD and ES6/Webpack/Browserify friendly.
import collective-js from 'collective-js';