Back to Devexpress

Install DevExpress Components & Templates from CLI

blazor-405729-get-started-command-line-install.md

latest1.7 KB
Original Source

Install DevExpress Components & Templates from CLI

  • Jan 20, 2026
  • 2 minutes to read

Install DevExpress Blazor components and templates to create Blazor projects from the command line.

Install DevExpress Blazor Components

  1. Obtain DevExpress NuGet feed credentials.
  2. Register the DevExpress NuGet feed as a package source with the following command:

Refer to the following help topic for instructions on how to install, update, and remove NuGet packages in Rider: 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 or the DevExpress NuGet Gallery (nuget.devexpress.com). 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>.