2.0 KiB
layout, title
| layout | title |
|---|---|
| container | Download |
Download Recline
Besides the library itself, the download package contains full source code, unit tests, external vendor libraries and documentation. The production files (included the same way as in the code above) are in the dist folder.
Download Recline v0.5 (master) (in-progress version)
Just want the all-in-one file containing all of Recline library in a single file? Here it is:
recline.js all-in-one (master)
Dependencies
Recline has dependencies on some third-party libraries, notably JQuery and Backbone:
- JQuery >= 1.6
- Backbone >= 0.5.1
- Underscore >= 1.0
Optional dependencies:
- Mustache.js >= 0.5.0-dev (required for all views)
- JQuery Flot >= 0.7 (required for for graph view)
- Leaflet >= 0.3.1 (required for map view
- Verite Timeline as of 2012-05-02
- Bootstrap >= v2.0 (default option for CSS and UI JS but you can use your own)
If you grab the full zipball for Recline this will include all of the relevant dependencies in the vendor directory.
Example
Here is an example of the page setup for an app using every Recline component:
{% highlight html %}
{% include recline-deps.html %} {% endhighlight %}