Skip to content

Latest commit

 

History

History
45 lines (20 loc) · 2.35 KB

development-environment-7bb04e0.md

File metadata and controls

45 lines (20 loc) · 2.35 KB

Development Environment

This part of the documentation introduces you to some common and recommended use cases for the installation, configuration, and setup of SAPUI5 development environments.

Note:

You can use SAPUI5 on different platforms. The license and maintenance conditions of the respective platforms also apply for SAPUI5. If you use SAPUI5 tools on SAP Business Technology Platform, for example, the license and maintenance conditions of the SAP BTP apply.

Depending on your use case, the following environments might be interesting for you:

UI5 Tooling is an open and modular toolchain to develop state-of-the-art SAPUI5 applications. As a modern build and development environment it comes with a command line interface (CLI), leverages Node.js and npm, and is being further advanced as an open-source project.

Follow these steps to start your UI5 journey with UI5 Tooling:

  1. Install the latest LTS version of Node.js

  2. Open a new terminal and execute npm i -g @ui5/cli

You're all set! Start your journey by checking out the UI5 sample app or our Walkthrough Tutorial (JavaScript).

SAP Business Application Studio is an SAP BTP service in the Cloud Foundry environment which offers a modular development environment tailored for efficient development of business applications. It provides a tailor-made development environment for various development scenarios. With each of these scenarios you can create different types of applications, including SAPUI5 apps.

See App Development Using SAP Business Application Studio for more information.

In general, you can use the JavaScript IDE of your choice. Some use cases as well as some former development environments are described in Other Environments.