brooksoft.appsjs 1.0.14

There is a newer version of this package available.
See the version list below for details.
dotnet add package brooksoft.appsjs --version 1.0.14
NuGet\Install-Package brooksoft.appsjs -Version 1.0.14
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.14" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add brooksoft.appsjs --version 1.0.14
#r "nuget: brooksoft.appsjs, 1.0.14"
#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 brooksoft.appsjs as a Cake Addin
#addin nuget:?package=brooksoft.appsjs&version=1.0.14

// Install brooksoft.appsjs as a Cake Tool
#tool nuget:?package=brooksoft.appsjs&version=1.0.14

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 739 6/29/2022
3.0.3 696 6/29/2022
3.0.2 610 6/28/2022
3.0.1 378 6/28/2022
3.0.0 430 2/23/2022
2.0.2 621 12/27/2019
2.0.1 544 12/18/2019
2.0.0 518 12/2/2019
1.1.2 808 12/8/2018
1.1.1 762 11/27/2018
1.1.0 745 11/27/2018
1.0.30 1,260 4/13/2018
1.0.29 1,101 2/23/2018
1.0.28 949 2/8/2018
1.0.27 1,052 2/5/2018
1.0.26 1,036 2/2/2018
1.0.25 1,066 1/15/2018
1.0.24 1,057 1/12/2018
1.0.23 1,068 1/6/2018
1.0.22 1,048 12/27/2017
1.0.21 966 12/18/2017
1.0.20 1,041 12/8/2017
1.0.18 958 11/13/2017
1.0.17 952 10/26/2017
1.0.16 944 10/26/2017
1.0.15 974 10/10/2017
1.0.14 962 9/27/2017
1.0.13 1,067 9/20/2017
1.0.12 983 9/19/2017
1.0.11 987 9/11/2017
1.0.10 923 8/31/2017
1.0.9 988 8/15/2017
1.0.8 976 8/11/2017
1.0.7 915 8/9/2017
1.0.6 936 8/8/2017
1.0.5 901 8/7/2017
1.0.4 915 8/7/2017
1.0.3 940 8/3/2017
1.0.2 1,041 8/3/2017


Color coded trace info on debug screen
Autoload templates, auto naming of child controls templates and template startup content. Debug listing of pages, controls and methods.
Visual Data in debug mode
Pages and Controls. Creates file structure per your settings automatically.
No-code server component usage.
Server Components.
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.