We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b8ce50 commit 5ab3e7cCopy full SHA for 5ab3e7c
.nojekyll
README.md
@@ -2,11 +2,17 @@
2
3
Run abap2UI5 with [**open-abap**](https://github.com/open-abap) on Node.js
4
5
-### Start
+## Start
6
```
7
npm install
8
npm test
9
10
11
-### Demo
+## Demo
12

13
+
14
+## Build Strategy
15
16
+1. Clone repositories into `/src/`
17
+2. Downport `/src/` into `/downport/`
18
+3. Transpile with [express-icf-shim](https://github.com/open-abap/express-icf-shim) into `/output/`
express.mjs
setup.mjs
0 commit comments