Piral.Blazor.Template
6.0.6-pre.20230127.1
See the version list below for details.
dotnet new install Piral.Blazor.Template::6.0.6-pre.20230127.1
Piral.Blazor.Template
For getting started easily, a Blazor template is available. This will set up a Blazor pilet for the preferred Piral instance.
Installation
- Make sure that .NET 6 SDK is installed.
- Run
dotnet new install Piral.Blazor.Template::6.0.6
to install the project template globally.
Usage
Create a new folder in your solution (the folder name will be used as your project name) and run the template using
dotnet new blazorpilet --piralInstance <piral-instance-name>
You can optionally also specify a --npmRegistry
option. The default for this is set to https://registry.npmjs.org/
.
The Piral instance name should be the name of the Piral instance as it is published on npm.
Build the project. The first time you do this, this can take some time as it will scaffold the pilet.
-
net6.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.