CompuTec.AppEngine.Templates 3.0.11

Prefix Reserved
dotnet new install CompuTec.AppEngine.Templates::3.0.11
                    
This package contains a .NET Template Package you can call from the shell/command line.

CompuTec AppEngine Templates

Creating Simple UI5 Application for AppEngine

The easiest way to start a new AppEngine UI Plugin project is by using the CT AppEngine Plugin Project template from CompuTec.AppEngine.Templates.

dotnet new ctaeaeproject --RoutePrefix CTVehOne

This command will create a new project with the basic structure for the AppEngine UI5 Plugin. The plugin ID will be derived from the parent folder name, but you can specify a different one using the --name parameter. If the command is executed inside the CT.VehOne folder, the following structure will be created:

Structure

  • CT.VehOne
    • CustomViews - folder for custom views
    • Jobs - folder for background jobs
    • Properties - folder for configuration files
    • Translations - folder for translations
    • www
      • src - source code of the UI5 application
      • assets - additional files like CSS, images, etc.
      • controller - folder for controllers
      • view - folder for views
      • Component.ts - UI5 Component extending computec.appengine.uicore.UIComponent
      • manifest.json - UI5 manifest already configured for AppEngine
      • additional configuration - files like .eslintrc, etc.
      • package.json - npm configuration file
      • ui5.yaml - UI5 configuration file
      • www.code-workspace - Visual Studio Code workspace file for easy development with recommended extensions and debug configuration in place
  • .NETStandard 2.0

    • 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.11 183 4/3/2025
3.0.10 124 12/30/2024
3.0.9 109 11/25/2024
3.0.8 120 11/14/2024
3.0.7 117 10/21/2024
3.0.6 161 10/18/2024
3.0.5 160 10/18/2024
2.0.5 153 8/20/2024
2.0.4 3,702 11/10/2023
2.0.3 567 10/31/2023
2.0.2 601 5/8/2023
2.0.1 314 4/25/2023
2.0.0 529 5/21/2022