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.
#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 931 6/29/2022
3.0.3 835 6/29/2022
3.0.2 731 6/28/2022
3.0.1 447 6/28/2022
3.0.0 512 2/23/2022
2.0.2 726 12/27/2019
2.0.1 641 12/18/2019
2.0.0 617 12/2/2019
1.1.2 926 12/8/2018
1.1.1 881 11/27/2018
1.1.0 844 11/27/2018
1.0.30 1,543 4/13/2018
1.0.29 1,369 2/23/2018
1.0.28 1,157 2/8/2018
1.0.27 1,328 2/5/2018
1.0.26 1,293 2/2/2018
1.0.25 1,349 1/15/2018
1.0.24 1,338 1/12/2018
1.0.23 1,348 1/6/2018
1.0.22 1,329 12/27/2017
1.0.21 1,162 12/18/2017
1.0.20 1,319 12/8/2017
1.0.18 1,144 11/13/2017
1.0.17 1,149 10/26/2017
1.0.16 1,159 10/26/2017
1.0.15 1,174 10/10/2017
1.0.14 1,166 9/27/2017
1.0.13 1,343 9/20/2017
1.0.12 1,186 9/19/2017
1.0.11 1,178 9/11/2017
1.0.10 1,120 8/31/2017
1.0.9 1,190 8/15/2017
1.0.8 1,155 8/11/2017
1.0.7 1,113 8/9/2017
1.0.6 1,140 8/8/2017
1.0.5 1,099 8/7/2017
1.0.4 1,120 8/7/2017
1.0.3 1,131 8/3/2017
1.0.2 1,314 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.