To develop the Web client extensions, you must first set up the environment.
It is recommended to use the Visual Studio Code plugin for the Web client because it provides you with an all-in-one environment. The development environment is set up for you automatically and doesn't require any manual setup. You can write, debug, and test your extensions directly within VS Code, eliminating context switching. You can also easily build and deploy your extensions directly to the Web client.
When you develop using the Visual Studio Code plugin, you can:
- Create a project in Visual Studio Code
- Select the relevant views to extend
- Preview the relevant changes
- Debug
To install the VS Code plugin, follow the steps provided on the Installing Visual Studio Code Plugin for Web Client | SAP Help Portalpage.
Note
For information on how to set up the development environment manually, refer to Development Environment Setup | SAP Help Portal.