brooksoft.appsjs 1.0.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package brooksoft.appsjs --version 1.0.7
                    
NuGet\Install-Package brooksoft.appsjs -Version 1.0.7
                    
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="brooksoft.appsjs" Version="1.0.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="brooksoft.appsjs" Version="1.0.7" />
                    
Directory.Packages.props
<PackageReference Include="brooksoft.appsjs" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add brooksoft.appsjs --version 1.0.7
                    
#r "nuget: brooksoft.appsjs, 1.0.7"
                    
#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.
#:package brooksoft.appsjs@1.0.7
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=brooksoft.appsjs&version=1.0.7
                    
Install as a Cake Addin
#tool nuget:?package=brooksoft.appsjs&version=1.0.7
                    
Install as a Cake Tool

Javascript quick starts for templating and modularization.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
3.0.4 983 6/29/2022
3.0.3 867 6/29/2022
3.0.2 761 6/28/2022
3.0.1 478 6/28/2022
3.0.0 544 2/23/2022
2.0.2 762 12/27/2019
2.0.1 677 12/18/2019
2.0.0 653 12/2/2019
1.1.2 990 12/8/2018
1.1.1 950 11/27/2018
1.1.0 883 11/27/2018
1.0.30 1,654 4/13/2018
1.0.29 1,563 2/23/2018
1.0.28 1,289 2/8/2018
1.0.27 1,527 2/5/2018
1.0.26 1,493 2/2/2018
1.0.25 1,544 1/15/2018
1.0.24 1,535 1/12/2018
1.0.23 1,547 1/6/2018
1.0.22 1,524 12/27/2017
1.0.21 1,291 12/18/2017
1.0.20 1,516 12/8/2017
1.0.18 1,273 11/13/2017
1.0.17 1,279 10/26/2017
1.0.16 1,289 10/26/2017
1.0.15 1,308 10/10/2017
1.0.14 1,295 9/27/2017
1.0.13 1,538 9/20/2017
1.0.12 1,317 9/19/2017
1.0.11 1,308 9/11/2017
1.0.10 1,251 8/31/2017
1.0.9 1,320 8/15/2017
1.0.8 1,284 8/11/2017
1.0.7 1,243 8/9/2017
1.0.6 1,270 8/8/2017
1.0.5 1,229 8/7/2017
1.0.4 1,251 8/7/2017
1.0.3 1,261 8/3/2017
1.0.2 1,510 8/3/2017


Components. Added "Tile" component to demonstrate.
Built-in "Refresh" method on all "data" objects with callback
Support for jquery-te ("textarea" edittype)
Refined creation of data modules.
Define api name and path, automatically contructs data objects (e.g. Apps.Data.MyData).
Added initialization of data modules.