dymaptic.GeoBlazor.Templates
3.1.0
dotnet new install dymaptic.GeoBlazor.Templates::3.1.0
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.1.0 | 182 | 8/1/2024 |
3.0.2-beta-11 | 678 | 5/8/2024 |
3.0.0-beta-1 | 233 | 3/23/2024 |
2.5.3 | 1,271 | 2/10/2024 |
2.5.2 | 1,534 | 12/20/2023 |
1.0.0 | 370 | 12/13/2023 |