- NodeJS LTS
- Android Studio
- Gradle
npm install -g npm@latest
npm install -g @ui5/cli
npm install -g cordova
npm install -g eslint
UI5 app is developed in "www/webapp" folder and builds to "www/dist".
cd www
ui5 build
ui5 rebiuld
ui5 serve
npm run lint
npm run build-self-contained
Serves the "www/dist" folder built by UI5 tooling)
cordova run browser
cordova run android
or
npm run browser
npm run android
npm install
in main foldercd www & npm install
in www folder
Auto load of dynamic "core" & "plugin" block components defined in folder "modules"