Installation


Compatibility Note: river.js doesn't test low version ie yet, all others is fine.

Standalone

Simply download and include with a script tag. define and main will be registered as a global variable.

river.js (26 kb)
river.min.js (11.6 kb)

NPM

    npm install -g riverjs
    cd your/app/folder
    riverjs build .
<script src="your/app/folder/build/river.js">

Bower

bower install riverjs
<script src="bower_components/riverjs/dist/river.js">