Precondition:
You have your Eclipse with UI5 extensions installed.
Create new UI5 project
- File - New - Other - SAP UI5 Application Development - Application Project
- Next
- Enter project's name
- choose sap.m library (sap.ui.commons is obsolete)
- Next
- Enter name of Initial view in "Name"
- choose XML as "Development Paradigm"
- Finish
Start application
- right click on project
- Run as - Web App preview
- Application starts in new tab in Eclipse
- Copy the link and start the app in Chrome
Debugging
- Use Chrome's Debugger, pressing F12
- Add the Parameter ?sap-ui-debug=true to the URL
No comments:
Post a Comment