Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 497 Bytes

Installation.md

File metadata and controls

15 lines (8 loc) · 497 Bytes

Blazor client-side

Installation

Index

The GridBlazor component installation is straightforward. Just follow these steps:

  1. Create a new Blazor client-side solution using the Blazor WebAssembly App template

  2. Install the GridBlazor nuget package on the client project.

  3. Install the GridMvcCore nuget package on the server project.

Quick start ->