brooksoft.appsjs 1.1.2

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

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

Web development quick starts for templating and modularization. $1/user/month contribution and/or support: https://checkout.rebilly.com/checkout/appsjs-per-user

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


v1.1.2 Support offering added to description. Watch out for AppsJSCore and AppsJSCloud (functional testing, project docs and more).
v1.1.1 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.