You have to use the following command to include a Blazor component library application.
dotnet new razorclasslib -o MyComponentLib1
Refer the below documentation link for more information.
Home / FAQ / Blazor / Component libraries / How do I include a Blazor component library using .NET Core CLI?
You have to use the following command to include a Blazor component library application.
dotnet new razorclasslib -o MyComponentLib1
Refer the below documentation link for more information.
Share with