{"id":16163582,"url":"https://github.com/stockbal/ui5-tooling-sample","last_synced_at":"2026-01-20T22:01:29.261Z","repository":{"id":41735053,"uuid":"233577600","full_name":"stockbal/ui5-tooling-sample","owner":"stockbal","description":"UI5-Tooling Sample App","archived":false,"fork":false,"pushed_at":"2023-01-05T05:11:28.000Z","size":752,"stargazers_count":2,"open_issues_count":13,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T18:35:08.899Z","etag":null,"topics":["ui5","ui5-tooling"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stockbal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-13T11:13:46.000Z","updated_at":"2020-05-25T05:09:29.000Z","dependencies_parsed_at":"2023-02-03T12:00:42.945Z","dependency_job_id":null,"html_url":"https://github.com/stockbal/ui5-tooling-sample","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stockbal/ui5-tooling-sample","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stockbal%2Fui5-tooling-sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stockbal%2Fui5-tooling-sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stockbal%2Fui5-tooling-sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stockbal%2Fui5-tooling-sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stockbal","download_url":"https://codeload.github.com/stockbal/ui5-tooling-sample/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stockbal%2Fui5-tooling-sample/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28615542,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T21:52:42.722Z","status":"ssl_error","status_checked_at":"2026-01-20T21:52:20.513Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["ui5","ui5-tooling"],"created_at":"2024-10-10T02:43:59.760Z","updated_at":"2026-01-20T22:01:29.243Z","avatar_url":"https://github.com/stockbal.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ui5-tooling-sample\nUI5-Tooling Sample App\n\nThis is a sample app with a ui5-tooling project setup. The following features are supported\n\n- Proxies (e.g. to On-Premise systems for odata service)\n- Deployment to On-Premise system \n- ES6 Javascript\n- SASS Support (only file ending .scss at the moment)\n\n## Supported npm commands\n\n- `build` - Performs a build via `ui5 build`\n- `start` - Serves the sources in the `dist` folder via `ui5 serve`\n- `start:dist` - Runs first the task `build` and then `start`\n- `dev` - starts a server in `webapp` with live-reload and live-transpilation support\n- `upload` - Uploads the sources in the `dist` folder to the specified ABAP system in `gruntDeploy`\n- `deploy` - Runs first the task `build` and then `upload`\n\n### Sample Controller\nThe following code snippet shows how a controller can be written via this project setup\n\n```js\nimport Controller from 'sap/ui/core/mvc/Controller';\nimport JSONModel from 'sap/ui/model/json/JSONModel';\n\n/**\n * @name phoenix.starter.controller.App\n */\nexport default class AppController extends Controller {\n\tonInit() {\n\t\tconst sTag = 'h2';\n\t\tconst oModel = new JSONModel({\n\t\t\tHTML: `\u003c${sTag}\u003eA Sample Heading\u003c/${sTag}\u003e`\n\t\t});\n\t\tthis.getView().setModel(oModel);\n\t}\n}\n```\nFor more information about babel see here [babel-plugin-transform-modules-ui5](https://github.com/r-murphy/babel-plugin-transform-modules-ui5/blob/master/README.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstockbal%2Fui5-tooling-sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstockbal%2Fui5-tooling-sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstockbal%2Fui5-tooling-sample/lists"}