KoLite 1.0.4
See the version list below for details.
dotnet add package KoLite --version 1.0.4
NuGet\Install-Package KoLite -Version 1.0.4
<PackageReference Include="KoLite" Version="1.0.4" />
paket add KoLite --version 1.0.4
#r "nuget: KoLite, 1.0.4"
// Install KoLite as a Cake Addin #addin nuget:?package=KoLite&version=1.0.4 // Install KoLite as a Cake Tool #tool nuget:?package=KoLite&version=1.0.4
KoLite contains a set of helpers to aid in creating MVVM applications using JavaScript and Knockout. Including:
asyncCommand
activity
dirtyFlag
For a quick start, see http://jpapa.me/kolitegh
Learn more about Target Frameworks and .NET Standard.
-
- jQuery (>= 1.4.4)
- knockoutjs (>= 2.0.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on KoLite:
Package | Downloads |
---|---|
JsSite
This is a set of simplest javascript modules that can help to you organize your framework on ASP.NET (MVC). This is just for a begin your js-framework. For example: control DataSource - is loader that can data from web api with pager and it cat make selection. |
|
Calabonga.Owin.Application.Spa
Single Page Application template for create a solution from scratch |
|
DragonwolfRazorHelper
Dragonwolf's Razors' Helpers For MVC |
GitHub repositories
This package is not used by any popular GitHub repositories.
Updated command binding handler to perform click binding by default, then look for a KO binding handler, and finally to look for the name of an event.