Genocs.Blazor.Template
1.0.1
Requires NuGet 5.10.0 or higher.
dotnet new install Genocs.Blazor.Template::1.0.1
Blazor WebAssembly Template
The template can be used with the genocs cli
or dotnet new
command or with the Visual Studio 2022
or Visual Studio Code
IDEs.
YouTube Video - Genocs Library - Getting Started
Watch the Getting started video here: youtube intro
Built with .NET7 and MudBlazor Component Library. Incorporates the most essential Packages your projects will ever need. Follows Clean Architecture Principles.
Goals
The goal of this repository is to help developers/companies kickstart their Web Application Development with a pre-built Blazor WebAssembly Template that includes several much needed components and features.
Note that this is a frontend/client application only! The backend for this application is available in a seperate repository.
- Find Genocs's .NET Web API template here - microservice-template
Prerequisites
- Make sure you have the Genocs Backend API Running.
- Once Genocs's .NET Web API is up and running, run the Blazor WebAssembly Project to consume it's services.
Getting Started
Open up your Command Prompt / Powershell and run the following command to install the solution template.
dotnet new --install Genocs.Microservice.Template
or, if you want to use a specific version of the boilerplate, use
dotnet new --install Genocs.Microservice.Template::1.0.0
This would install the Genocs Blazor WebAssembly Template
globally on your machine. Do note that, at the time of writing this documentation, the latest available version is 1.0.0 which is also one of the first stable release version of the package. It is highly likely that there is already a newer version available when you are reading this.
To get the latest version of the package, visit nuget.org
Genocs.Blazor.Template::1.0.0 is compatible only with Genocs.Microservice.Template::1.0.0 and above.
Get the .NET WebApi Boilerplate by running the following command
dotnet new --install Genocs.Blazor.Template::1.0.0
For more details on getting started, read the documentation
Links & Documentations
Participate in QNA & General Discussions
Changelogs
View Complete Changelogs.
License
This project is licensed with the MIT license.
Community
Support
Has this Project helped you learn something New? or Helped you at work? Here are a few ways by which you can support.
- ⭐ Leave a star!
- 🥇 Recommend this project to your colleagues.
- 🦸 Do consider endorsing me on LinkedIn for ASP.NET Core - Connect via LinkedIn
- ☕ If you want to support this project in the long run, consider buying me a coffee!
Financial Contributors
Become a financial contributor and help me sustain the project.
Support the Project on Opencollective
Acknowledgements
This package has 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.