client-mvc 0.5.1

Additional Details

Now available via npm

There is a newer version of this package available.
See the version list below for details.
dotnet add package client-mvc --version 0.5.1
NuGet\Install-Package client-mvc -Version 0.5.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="client-mvc" Version="0.5.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add client-mvc --version 0.5.1
#r "nuget: client-mvc, 0.5.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install client-mvc as a Cake Addin
#addin nuget:?package=client-mvc&version=0.5.1

// Install client-mvc as a Cake Tool
#tool nuget:?package=client-mvc&version=0.5.1

A lightweight client MVC framework for building small Single Page Applications in Javascript. Based on some of the principles that drive Backbone it's an ideal lightweight solution for people either familiar with Backbone or wanting to start learning it.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.9.0 1,458 6/23/2015
0.5.6 1,094 6/2/2015
0.5.5 1,108 6/2/2015
0.5.4 1,162 5/29/2015
0.5.3 1,203 5/29/2015
0.5.2 1,089 5/20/2015
0.5.1 1,050 5/20/2015
0.5.0 1,121 5/19/2015

Added automatic disposal when loading a view in a region.