Installing Umbraco UI Builder
Follow the steps to install Umbraco UI Builder into your Umbraco CMS website.
Last updated
Was this helpful?
Follow the steps to install Umbraco UI Builder into your Umbraco CMS website.
Last updated
Was this helpful?
In this article, you will learn how to install Umbraco UI Builder into your Umbraco CMS implementation.
Run the following command in your web project:
For a class library without UI elements, install:
To install via Visual Studio, follow these steps:
Open Visual Studio and load your project.
Go to Tools -> NuGet Package Manager -> Manage NuGet Packages for Solution...
Select the Browse tab and search for Umbraco.UIBuilder.
Select a version from the Version drop-down based on the Umbraco CMS version you are using.
Click Install.
[Optional] Search for and install Umbraco.UIBuilder.Startup if installing without UI elements.
Ensure that the package reference is added to the .csproj file once the installation is complete:
For details on how to install a license, see the Licensing article.