Basic Split Template for SAPUI5 & OPENUI5 Projects with no extras. The App uses only sap.m library to stay lightweight, has no external back-end only a local JSON file for model binding.
- Basic Hash Navigation
- Basic Model binding and loading
- Dynamic and static navigation
- Internationilization with language switch
- 404 Page
The fastest way to start is to clone the repository:
git clone https://github.com/rsteei/UI5SPlitTemplate
cd UI5SPlitTemplate
Then start a simple HTTPS server, (python -m SimpleHTTPServer 8000), Fenix, XAMPP, or Eclipse
- Fragments
- sap.m Controller Demo Page
- More Model Binding Demos
- ...