In this series, I will walk you through the steps of building complex SAPUI5 applications. The series will be loosely based on the tutorials found in the SAPUI5 Demokit.
In this session, we will create the object list item in the Master page. We will also use middleware concepts to have live reload functionality (during our development process). We will also show how to include modules in our views.
Commands used:
npm i -D ui5-middleware-livereload
Custom task:
name: ui5-middleware-livereload
afterMiddleware: compression
configuration:
debug: true
ext: "xml,json,properties"
port: 35729
path: "webapp"
Link to SAPUI5 Demokit
https://sapui5.hana.ondemand.com/
https://openui5.hana.ondemand.com/#/t...
Link to Github (Data binding)
https://git.hanatrial.ondemand.com/i8...
Link to Github (Navigation and Routing)
https://git.hanatrial.ondemand.com/i8...
Link to Github (Browse Orders)
https://github.com/miltonchandradas/b...
Link to UI5 tooling
https://sap.github.io/ui5-tooling/pag...