brooksoft.appsjs 2.0.2

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

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

Angular-like components without, er, Angular.

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 758 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 624 12/27/2019
2.0.1 546 12/18/2019
2.0.0 520 12/2/2019
1.1.2 809 12/8/2018
1.1.1 762 11/27/2018
1.1.0 745 11/27/2018
1.0.30 1,261 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,069 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 945 10/26/2017
1.0.15 974 10/10/2017
1.0.14 963 9/27/2017
1.0.13 1,068 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,042 8/3/2017

v2.0.2 Moved dependencies to Apps folder for quicker startup.      v2.0.1 Removed unnecessary Components from Apps folder.        v2.0.0 Redesign: Removed Platform (server-side dependency) and JQuery dependencies, fully configuration-based, CLI auto-creates components, supports ES5/ES6/AMD/Angular/React module creation and integration,  v1.x  and tools included in AppsIgnore folder.      v1.1.0 Breaking changes: see "Scripts /Apps/AppsExamples.html"      v30 deployments/modes to simplify initialization and deployment      v29 added params to pre-init to disable auto-init. Support for bootstrap 4, improved notify use.      v28 synced with new github repo, controller bug      v27 switched to default bootstrap notify, fixed dialog on error, starting on wysiwyg ide      v26 perfecting 7 step start: new app/webapi, nuget this, add page, add ref, compile, browse, add component      v25 publish tweaks, switch default to https      v24 add ref, browse, type in Component name and click button wala      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.