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

🎓 beginner 5 min. Sapui5BeginnerSAP BTP Cloud Foundry EnvironmentFree Tier

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 July 19, 2024
Created by April 15, 2019
Contributors

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

Learn more →