Visitor : 326

Read Comments

UI5 Development and deployment Pipeline

SAP SAP_ALL


Setting up your UI5 Development environment

https://sapui5.hana.ondemand.com/#/topic/7bb04e05f9484e1b95b38a2e48ecef4f

The current and easier approach for setting up the development environment is using Node.js, Business Application studio may be overkill and WebIDE and eclipse interfaces are deprecated.

Setup Steps:

https://sap.github.io/ui5-tooling/stable/pages/GettingStarted/?404redirect=true

# Global installation to have the command available
npm install --global @ui5/cli

# Additional local install in your project
npm install --save-dev @ui5/cli

# Verify installation
ui5 --help

 

UI5 Development Environment with Visual Studio Code

https://blogs.sap.com/2021/02/03/setting-up-visual-studio-code-for-ui5-development/




Add Comments