|
1 | 1 |  |
2 | 2 |
|
3 | 3 | # sample-app |
4 | | -> [OpenUI5](https://github.com/UI5/openui5) sample app using the [UI5 Tooling](https://github.com/SAP/ui5-tooling). |
| 4 | +> [OpenUI5](https://github.com/UI5/openui5) sample app using the [UI5 CLI](https://github.com/UI5/cli). |
5 | 5 |
|
6 | 6 | [](https://api.reuse.software/info/github.com/UI5/sample-app) |
7 | 7 |
|
8 | 8 | ## Live Demo |
9 | 9 | A deployed version of the [sample-app](http://ui5.github.io/sample-app/index.html) is hosted on GitHub Pages. |
10 | 10 |
|
11 | 11 | ## Prerequisites |
12 | | -- The **UI5 CLI** of the [UI5 Tooling](https://github.com/SAP/ui5-tooling#installing-the-ui5-cli). |
13 | | - - For installation instructions please see: [Installing the UI5 CLI](https://github.com/SAP/ui5-tooling#installing-the-ui5-cli). |
| 12 | +- The [UI5 CLI](https://github.com/UI5/cli#installing-the-ui5-cli). |
| 13 | + - For installation instructions please see: [Installing the UI5 CLI](https://github.com/UI5/cli#installing-the-ui5-cli). |
14 | 14 |
|
15 | 15 | ## Getting started |
16 | 16 | 1. Clone this repository and navigate into it |
@@ -74,7 +74,7 @@ A deployed version of the [sample-app](http://ui5.github.io/sample-app/index.htm |
74 | 74 |
|
75 | 75 | ## Working with local dependencies |
76 | 76 |
|
77 | | -For local development of your applications' dependencies (like OpenUI5 libraries) you can use [UI5 Workspaces](https://sap.github.io/ui5-tooling/stable/pages/Workspace/). This will allow you to make changes to those dependencies locally and see the impact in your application immediately. |
| 77 | +For local development of your applications' dependencies (like OpenUI5 libraries) you can use [UI5 Workspaces](https://ui5.github.io/cli/stable/pages/Workspace/). This will allow you to make changes to those dependencies locally and see the impact in your application immediately. |
78 | 78 |
|
79 | 79 | ### Preparation |
80 | 80 | The following needs to be done just once per setup. |
@@ -112,7 +112,7 @@ Would you like to work on the application project and one or more of its UI5 fra |
112 | 112 |
|
113 | 113 | You can now make changes in your local OpenUI5 repository and see the impact directly when serving or building your application. |
114 | 114 |
|
115 | | -If a dependency that is listed in `ui5.yaml` is omitted in the `resolutions` section of `ui5-workspace.yaml`, the library is resolved in the usual way by downloading it from the registry. For more information about dependency resolutions, check [here](https://sap.github.io/ui5-tooling/v3/pages/Workspace/#dependency-management). |
| 115 | +If a dependency that is listed in `ui5.yaml` is omitted in the `resolutions` section of `ui5-workspace.yaml`, the library is resolved in the usual way by downloading it from the registry. For more information about dependency resolutions, check [here](https://ui5.github.io/cli/stable/pages/Workspace/#dependency-management). |
116 | 116 |
|
117 | 117 | #### Non-default workspace |
118 | 118 |
|
|
0 commit comments