Skip to content

Latest commit

 

History

History
42 lines (18 loc) · 2.08 KB

development-environment-7bb04e0.md

File metadata and controls

42 lines (18 loc) · 2.08 KB

Development Environment

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

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 OpenUI5 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 OpenUI5 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.