Install DevExpress Components & Templates from CLI
Install DevExpress Blazor components and templates to create Blazor projects from the command line.
Install DevExpress Blazor Components
- Install the required DevExpress Blazor packages from the NuGet Library.
- Ensure that a valid license key is registered. If you build a project that includes unlicensed DevExpress products, the build process displays a warning or throws an error.
For instructions on how to install, update, and remove NuGet packages in Rider, see Consume NuGet packages.
Install DevExpress Blazor Templates
DevExpress Blazor project templates are included in our Unified Component Installer.
You can also install the templates from nuget.org. If you are new to NuGet, visit the following page for additional information about package management prerequisites: An Introduction to NuGet.
Make certain that the nuget.org source is enabled. If it is disabled, you may get error NU1101: Unable to find package DevExpress.Blazor.ProjectTemplates. To list sources with their status, run dotnet nuget list source. To enable a source, run dotnet nuget enable source <source name>.