Fiori Elements (V2) - List Report application based on cloud-cap-samples bookshop
service.
Showcase for modern UI5 Tooling and building apps with latest ECMAScript.
- Livereload using @sap/ux-ui5-tooling
Application Reload
- Live transpile at runtime using ui5-middleware-babel
- Reverse proxy using ui5-middleware-http-proxy
- Transpile at build time using ui5-task-babel
- Copy project shims (e.g. for polyfills) at build time using ui5-task-copy-shim-resources
*.change
files (UI Adaption) support using ui5-middleware-lrep-flex- .devcontainer support
- Use UI5 TypeScript signatures
- Ensure JavaScript Standard Style
Simply run
yarn
yarn start
Browse to http://localhost:8080/test/flpSandboxMockServer.html
Make sure to run cloud-cap-samples bookshop
service locally using @sap/cds-odata-v2-adapter-proxy.
and browse to http://localhost:8080/test/flpSandbox.html.
Simply run
yarn build
The built and transpiled application including all polyfills will be available in the dist
folder.