Frontend
The abap2UI5 frontend artifacts live in the app folder. To adjust them:
Setup
Open VS Code (or your editor of choice), then run in the terminal:
sh
git clone https://github.com/abap2UI5/abap2UI5
cd appPoint all three files to your ABAP backend system:
Build & Test
Set the backend system in the YAML files.
Replace /sap/bc/z2ui5 with your endpoint in the manifest, then run:
sh
npm i
npm run start-noflpYou'll see output like this:
Before PR (Optional)
Convert the UI5 app to stringified ABAP:
sh
cd ..
npm run auto_app2abap