Skip to content

Latest commit

 

History

History
51 lines (43 loc) · 1.29 KB

README.md

File metadata and controls

51 lines (43 loc) · 1.29 KB

abap2UI5-Setup

Functionality

Tasks

Downport & Transpile

npm run init
npm run build

Run Unit Tests

npm run unit

Run Webservice

npm run express

Run Playwright Tests

npm run init_play
npx playwright install --with-deps && npm i
npx playwright test

Webpack Build Strategy

  1. Clone repositories into /src/
  2. Downport /src/ into /downport/
  3. Transpile with express-icf-shim into /output/
  4. Webpack backend + frontend + database into folder build
npm run webpack:build

Overview

image

Demo

Backend Running in Browser https://abap2ui5.github.io/web-abap2ui5-samples/

Credits

  • abaplint, open-abap, express-icf-shim etc. all by larshp