brooksoft.appsjs 1.0.23

There is a newer version of this package available.
See the version list below for details.
dotnet add package brooksoft.appsjs --version 1.0.23
                    
NuGet\Install-Package brooksoft.appsjs -Version 1.0.23
                    
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.23" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="brooksoft.appsjs" Version="1.0.23" />
                    
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.23
                    
#r "nuget: brooksoft.appsjs, 1.0.23"
                    
#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.23
                    
Install as a Cake Addin
#tool nuget:?package=brooksoft.appsjs&version=1.0.23
                    
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 936 6/29/2022
3.0.3 840 6/29/2022
3.0.2 736 6/28/2022
3.0.1 452 6/28/2022
3.0.0 517 2/23/2022
2.0.2 729 12/27/2019
2.0.1 644 12/18/2019
2.0.0 620 12/2/2019
1.1.2 930 12/8/2018
1.1.1 886 11/27/2018
1.1.0 849 11/27/2018
1.0.30 1,561 4/13/2018
1.0.29 1,387 2/23/2018
1.0.28 1,168 2/8/2018
1.0.27 1,346 2/5/2018
1.0.26 1,311 2/2/2018
1.0.25 1,367 1/15/2018
1.0.24 1,356 1/12/2018
1.0.23 1,367 1/6/2018
1.0.22 1,348 12/27/2017
1.0.21 1,173 12/18/2017
1.0.20 1,337 12/8/2017
1.0.18 1,155 11/13/2017
1.0.17 1,159 10/26/2017
1.0.16 1,170 10/26/2017
1.0.15 1,185 10/10/2017
1.0.14 1,177 9/27/2017
1.0.13 1,361 9/20/2017
1.0.12 1,197 9/19/2017
1.0.11 1,189 9/11/2017
1.0.10 1,131 8/31/2017
1.0.9 1,201 8/15/2017
1.0.8 1,166 8/11/2017
1.0.7 1,124 8/9/2017
1.0.6 1,151 8/8/2017
1.0.5 1,111 8/7/2017
1.0.4 1,131 8/7/2017
1.0.3 1,143 8/3/2017
1.0.2 1,332 8/3/2017

v23 pre-init, simplification of index.html, auto-create components from debug screen
     v22 more normalization of initialize to help switching from dev to published diff web roots
     v21 Bugs, slight breaking change: moved webroot etc as params in initialize
     No dependencies by default, add dependencies using Required, instantiate single Remote Components, Initialize without need to register
     Breaking change: component registration requires list of dependencies, loading improvements, still cannot auto start blockui
     Shared/remote components are a reality
     Packaging using visual studio template
     Manifest bug
     Removed controls name from namespace, other bugs
     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.