-
Notifications
You must be signed in to change notification settings - Fork 16
Getting Started Add Reference
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.
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.