datahub/download.markdown

1.7 KiB

layout, title
layout title
container Download

Download Recline

Besides the library itself, the download package contains full source code, unit tests, files for debugging and a build system. 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)

View Changelog

Dependencies

Recline has dependencies on some third-party libraries, notably JQuery and Backbone:

Optional dependencies:

  • JQuery Mustache (required for all views)
  • JQuery Flot >= 0.7 (required for for graph view)
  • Leaflet >= 0.3.1 (required for map view
  • Bootstrap >= v2.0 (default option for CSS and UI JS but you can use your own)

Example

Here is an example of the page setup for an app using every Recline component:

{% highlight html %}

{% include recline-deps.html %} {% endhighlight %}