Flowbite.Blazor.Templates
0.0.10
dotnet new install Flowbite.Blazor.Templates::0.0.10
IMPORTANT!! Just as with the standard Blazor Web App template, Blazor will use SSR by default. If you want to have interactive components, make sure you add a rendermode to the app, page or component!
Installation
Install the templates by running the command:
dotnet new install Flowbite.Blazor.Templates
Usage
After installing the templates you can create new a project from either the CLI or by creating a new project in Visual Studio Code or VS2022.
For creating a Flowbite Blazor WebAssembly Standalone App project from the CLI:
dotnet new flowbite-blazor-wasm -o {your project name} # Open the project README.md to complete the setup and run the app
For creating a Flowbite Blazor WebAssembly Standalone App project from the CLI:
dotnet new flowbite-blazor-desktop -o {your project name} # Open the project README.md to complete the setup and run the app
Uninstalling the templates
If you want to uninstall the templates, both from the CLI and Visual Studio 2022, run the following command:
dotnet new uninstall Flowbite.Blazor.Templates
Support
The Flowbite Blazor library is an open source project. It is built and maintained by PeakFlames maintainers (and other contributors) and offers support, like most other open source projects, on a best effort base through the GitHub repository only.
-
.NETStandard 2.1
- 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.