Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Getting Started Add Reference

Mika Berglund edited this page Jan 6, 2021 · 2 revisions

Add Reference to Blazorade Teams

Create a Blazor Application

The first thing you obviously need to do is to have a Blazor application. Go ahead and create your application using either Visual Studio 2019 or later, or use the .NET CLI to create one for developing with Visual Studio Code.

Blazorade Teams supports both Blazor Server and Blazor WebAssembly, so you can choose the hosting mode that best suits your needs.

Add Reference to Blazorade Teams

Blazorade Teams is available on Nuget, which would be the simplest way to get it. If you want, you can always include Blazorade Teams as a submodule of your Git repo and use it in that way. You find the source code here.

Blazorade Teams uses Blazorade Core to provide basic functionality. You can also utilize the library in your components by adding the Nuget package. To learn more about Blazorade Core, please visit the library's wiki.