SAP Home Learn Build Integrate Model Operate Extend with AI ConnectTutorial navigator Knowledge Graph API Devtoberfest Developer Advocates App Space

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
⤢ Open full site

Get Ready for UI5-Development on Your Local Machine

Prepare you local development environment to implement successful SAPUI5 projects.

Overview

You will learn

  • How to install the Yeoman scaffolding tool.
  • How to install the easy-ui5 generator plugin for Yeoman.
  • How to install the Multi-Target Application (MTA) build tool for Cloud Foundry.
Nico Schoenteich N Nico Schoenteich August 27, 2026
Created by May 2, 2019
Contributors

More from Nico Schoenteich

See all 11 tutorials by Nico Schoenteich →

Prerequisites

Steps

Step 1 Install Yeoman

Yeoman is an open source scaffolding tool for modern web-apps. It helps you to kickstart new projects, prescribing best practices and tools to help you stay productive.

Install the module globally:

Shell
npm install -g yo
Step 2 Install the easy-ui5 generator
+
Step 3 Verify the Yeoman installations
+
Step 4 Install the MTA build tool
+
Step 5 Install Make
+

Resources

Discussion

Share feedback on this tutorial or join the conversation in SAP Community.

Submit detailed feedback Discuss in Community
Steps
Step 1 of 5
1. Install Yeoman 2. Install the easy-ui5 generator 3. Verify the Yeoman installations 4. Install the MTA build tool 5. Install Make
Next