Backbone supplies structure to JavaScript-heavy applications by providing models key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing application over a RESTful JSON interface.
Info
Version: | 1.3.3 |
Author(s): | appelgriebsch |
Last Update: | Tuesday, January 10, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://backbonejs.org/ |
NuGet Url: | https://www.nuget.org/packages/backbone-js |
Install
Install-Package backbone-js
dotnet add package backbone-js
paket add backbone-js
backbone-js Download (Unzip the "nupkg" after downloading)
Dependencies
- jQuery(>= 3.1.1)
- underscore.js(>= 1.8.3)
Tags