3.3 KiB
3.3 KiB
layout, title
| layout | title |
|---|---|
| container | Download |
Download Recline
Latest Code - Master
The tutorials on this website will usually be based on the latest (master) codebase. It should also be very stable.
Most Recent Official Release – v0.5
After downloading recline you'll want to use it in your project -- see below or tutorials for details.
Changelog
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.4.4 (required for map view)
- Verite Timeline as of 2012-05-02 (required for the timeline view)
- 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 %}