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 look at the new UI5 tooling and the yeoman template generator to build a master-detail application from scratch.
Commands used:
npm i -g @ui5/cli
ui5 versions
npm i -g yo @sapui5/generator-sapui5-templates
yo --generators
yo @sapui5/sapui5-templates
npm i
npm start
Link to SAPUI5 Demokit
https://sapui5.hana.ondemand.com/
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...