{"id":20484477,"url":"https://github.com/sap-samples/ui5-evolution-apps","last_synced_at":"2025-08-30T18:07:08.869Z","repository":{"id":178873096,"uuid":"658670857","full_name":"SAP-samples/ui5-evolution-apps","owner":"SAP-samples","description":"Sample applications and information to complement ongoing UI5 Evolution activities (such as substantially improving the UI5 framework by a modular core, lightweight bootstrap, consolidated configuration, etc.).","archived":false,"fork":false,"pushed_at":"2025-03-07T13:38:32.000Z","size":135,"stargazers_count":14,"open_issues_count":4,"forks_count":1,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-04-13T14:48:53.347Z","etag":null,"topics":["openui5","sample","sample-code","sapui5","ui5"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SAP-samples.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-06-26T09:03:17.000Z","updated_at":"2025-04-04T03:38:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"b716f20e-0130-44b1-a7bc-fe57eeae8fb1","html_url":"https://github.com/SAP-samples/ui5-evolution-apps","commit_stats":null,"previous_names":["sap-samples/ui5-evolution-apps"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SAP-samples/ui5-evolution-apps","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAP-samples%2Fui5-evolution-apps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAP-samples%2Fui5-evolution-apps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAP-samples%2Fui5-evolution-apps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAP-samples%2Fui5-evolution-apps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SAP-samples","download_url":"https://codeload.github.com/SAP-samples/ui5-evolution-apps/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAP-samples%2Fui5-evolution-apps/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260844747,"owners_count":23071651,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["openui5","sample","sample-code","sapui5","ui5"],"created_at":"2024-11-15T16:22:47.580Z","updated_at":"2025-06-19T22:37:37.159Z","avatar_url":"https://github.com/SAP-samples.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sample apps for ongoing UI5 Evolution activities\n[![REUSE status](https://api.reuse.software/badge/github.com/SAP-samples/ui5-evolution-apps)](https://api.reuse.software/info/github.com/SAP-samples/ui5-evolution-apps)\n\n\u003e **Note**: The boostrapping mechanism showcased in this repository is still considered experimental!\n\nThis repository includes two sub-projects. Both projects implement a todo application, similar to [openui5-sample-app](https://github.com/SAP/openui5-sample-app), but each with a different set of UI controls:\n\n* `/app-ui5`\n  * uses regular `sap.m` UI5 controls\n* `/app-ui5-webc`\n  * uses wrapped UI5 Web Components\n\n## Basic Setup\n\nTo build and run the above apps, you also need to checkout [OpenUI5](https://github.com/SAP/openui5).\n\nThe `ui5-workspace.yaml` files in the respective app folders define relative paths to your local OpenUI5 folder. Please make sure these paths are correct.\nThe predefined paths expect the folder `openui5` to reside next to this repository folder.\n\n## Build and Run the Apps\n\nPlease see the respective `README.MD` files in the app folders:\n\n* [app-ui5](./app-ui5/README.MD)\n* [app-ui5-webc](./app-ui5-webc/README.MD)\n\n## Modular Core Bootstrap\n\nThe new bootstrapping mechanism can be activated by using `sap-ui-boot.js` instead of `sap-ui-core.js`.\n\nIn the snippet below, we will outline some important differences when using the new `sap-ui-boot.js`.\n\n```html\n\u003cscript\n    id=\"sap-ui-bootstrap\"\n    src=\"resources/sap-ui-boot.js\"\n    data-sap-ui-modules=\"[sap/ui/demo/todo/Component-bundle-0], [sap/ui/demo/todo/Component-bundle-1]\"\n    data-sap-ui-onInit=\"sap/ui/demo/todo/App@./\"\u003e\n\u003c/script\u003e\n```\n\n### sapUiModules\n\nThe `sapUiModules` config option accepts a comma separated list of modules which should be loaded during bootstrapping; for example the Component preload bundles for your app as specified in the `ui5.yaml`.\n\n\u003e **Note**: Modules that might fail to load can be marked as *optional* by enclosing the module name in brackets.\n\u003e This is commonly the case during development when your bootstrap already contains the productive bundles, but you have not yet built the app.\n\n### sapUiOnInit\n\nThe `sapUiOnInit` config option accepts a string value pointing to a UI5 module which will be loaded at the end of the bootstrap.\n\n\u003e **Important**: In order to provide a resource path mapping, you must append the local path after the `@` symbol. In the above sample, the `sap/ui/demo/todo` path is thus mapped to the local path `./`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsap-samples%2Fui5-evolution-apps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsap-samples%2Fui5-evolution-apps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsap-samples%2Fui5-evolution-apps/lists"}