dymaptic.GeoBlazor.Templates 2.5.3

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet new install dymaptic.GeoBlazor.Templates::2.5.3
This package contains a .NET Template Package you can call from the shell/command line.

This package contains simple project templates for the GeoBlazor package. It is designed to allow users to easily create a new project with the GeoBlazor package installed and configured.

There are currently four templates available:

Web Server app (Server-side Blazor)

Web Assembly App (Client-side Blazor)

Maui Hybrid Blazor App

Web App (Client/Server hybrid Blazor)

to install this template package run:

dotnet new install dymaptic.GeoBlazor.Templates

to create a new GeoBlazor Server project run:

dotnet new geoblazor-server -o <project name>

to create a new GeoBlazor Web Assembly app project run:

dotnet new geoblazor-webassembly -o <project name>

to create a new GeoBlazor Maui app project run:

dotnet new geoblazor-maui -o <project name>

to create a new GeoBlazor Web App (.net 8) project run:

dotnet new geoblazor-webassembly -o <project name>

finally, if you want to remove this package you can run:

dotnet new uninstall dymaptic.GeoBlazor.Templates
  • net8.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.0-beta-1 190 3/23/2024
2.5.3 1,174 2/10/2024
2.5.2 1,488 12/20/2023
1.0.0 316 12/13/2023