Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Setup instructions #125

Merged
merged 4 commits into from
Jul 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/03_Get-Started/step-1-ready-851bde4.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ Let's get you ready for your journey! We bootstrap SAPUI5 in an HTML page and im

<a name="loio851bde42e4e1410c96abbe402fa9128c__section_zzy_mpc_1gb"/>

## Setup

Install UI5 Tooling globally on your local machine by executing following command `npm install --global @ui5/cli`.

## Coding

You can view and download all files at [Quick Start - Step 1](https://ui5.sap.com/#/sample/sap.m.tutorial.quickstart.01/preview).
Expand Down
Loading