In the UI5 world there is a belief that UI5 is not to be used out of the SAP world. Frankly, the reality is quite different. In our session we will show you how you can use UI5 “out of the box” and easily integrate our framework into any hype or stack. We’ll build a modern full stack App from scratch, using OpenUI5 as frontend layer.
- Bootstrap- initial project with dependencies.
- Build a simple static server.
- Build the frontend
- Rename all JS files to TS
- Switch to ES6 syntax
- Layouts
- Use mock data
- Enable CRUD (mocked)
- Backend + GraphQL
- Integrate frontend with the backend
- Create GraphQL model
- Enable real CRUD
- Build a self-containing app
- Change static server to serve content from the /dist folder
- Switch Service Worker caches to the /dist folder
- Build a Progressive Web App with UI5
- manifest
- Service Worker
- Install button
- (Bonus) Run with Docker
Please check the official presentation where you could find more details and links for the session.