mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-30 04:56:21 +08:00
22 lines
297 B
Markdown
22 lines
297 B
Markdown
## abap2UI5
|
|
|
|
|
|
Frontend stored in folder App
|
|
```
|
|
cd app
|
|
```
|
|
|
|
#### Develop & Test
|
|
Set the correct backend system in the yamls <br>
|
|
Replace "/sap/bc/z2ui5" with your endpoint in the manifest
|
|
```
|
|
npm i
|
|
npm run start
|
|
```
|
|
|
|
#### Before PR
|
|
Transform UI5 App to stringified ABAP
|
|
```
|
|
npm run transform
|
|
```
|