You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 2, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Umbraco UI Examples
2
2
> [!IMPORTANT]
3
-
> Hey you! Are you looking to get involved in development of the Umbraco 14 version? Head over to the [issues tagged with Umbraco 14](https://github.com/umbraco/UI-Examples/issues?q=is%3Aissue+is%3Aopen+label%3A%22Umbraco+14%22) ripe for the picking.
3
+
> Hey you! Are you looking to get involved in development of the Umbraco 14 version? Head over to the [issues tagged with Umbraco 15](https://github.com/umbraco/UI-Examples/issues?q=is%3Aissue+is%3Aopen+label%3A%22Umbraco+15%22) ripe for the picking.
4
4
5
5
UI Examples is a package that adds a new 'UI Examples' section to your Umbraco instance with working examples of how to customise the backoffice. During installation the Administrators user group will be given access to the section.
As Umbraco 14 runs on .NET 8 you must have the SDK installed on your machine. This can be installed through [Visual Studio v17.8.0 Preview 2](https://visualstudio.microsoft.com/vs/preview/), or direct download on the [.NET website](https://dotnet.microsoft.com/en-us/download/dotnet/8.0).
4
+
As Umbraco 15 runs on .NET 9 you must have the SDK installed on your machine. This can be installed through [Visual Studio](https://visualstudio.microsoft.com/vs/preview/), or direct download on the [.NET website](https://dotnet.microsoft.com/en-us/download/dotnet/9.0).
5
5
6
6
## How this works
7
7
8
8
go into `src`
9
9
run `npm ci`
10
10
run `npm run dev`
11
11
12
-
This will build the typescript, output it into the folder within the Umbraco 14 website for use in there, more specifically: `/samples/Umbraco15.Website/App_Plugins/Example.UI/scripts`.
12
+
This will build the typescript, output it into the folder within the Umbraco 15 website for use in there, more specifically: `/samples/Umbraco15.Website/App_Plugins/Example.UI/scripts`.
13
13
14
-
## Running the Umbraco14 website
14
+
## Running the Umbraco15 website
15
15
16
16
In a separate terminal window, to run the umbraco project, open the path /samples/Umbraco15.Website/
17
17
@@ -20,4 +20,4 @@ run `dotnet run`
20
20
You can then launch the umbraco solution and should see the new back office section.
21
21
22
22
> [!NOTE]
23
-
> For a more general introduction into getting started with development for v14, please read the [Umbraco Documentation](https://docs.umbraco.com/umbraco-backoffice/)
23
+
> For a more general introduction into getting started with development for v15, please read the [Umbraco Documentation](https://docs.umbraco.com/umbraco-backoffice/)
0 commit comments