{"id":23093231,"url":"https://github.com/aydin-ozcan/ui5-webcomponents-sample-svelte","last_synced_at":"2025-07-27T06:11:59.367Z","repository":{"id":199104075,"uuid":"702026515","full_name":"aydin-ozcan/ui5-webcomponents-sample-svelte","owner":"aydin-ozcan","description":"Svelte in launchpad and workzone","archived":false,"fork":false,"pushed_at":"2023-10-08T11:01:40.000Z","size":1770,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-01T12:55:01.360Z","etag":null,"topics":["fiori","svelte","ui5","ui5-webcomponents"],"latest_commit_sha":null,"homepage":"","language":"Svelte","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/aydin-ozcan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-10-08T09:30:32.000Z","updated_at":"2025-02-03T16:13:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"6ac3bed2-68e8-4907-83de-e0ff529cbfee","html_url":"https://github.com/aydin-ozcan/ui5-webcomponents-sample-svelte","commit_stats":null,"previous_names":["aydin-ozcan/ui5-webcomponents-sample-svelte"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aydin-ozcan%2Fui5-webcomponents-sample-svelte","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aydin-ozcan%2Fui5-webcomponents-sample-svelte/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aydin-ozcan%2Fui5-webcomponents-sample-svelte/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aydin-ozcan%2Fui5-webcomponents-sample-svelte/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aydin-ozcan","download_url":"https://codeload.github.com/aydin-ozcan/ui5-webcomponents-sample-svelte/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251879122,"owners_count":21658691,"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":["fiori","svelte","ui5","ui5-webcomponents"],"created_at":"2024-12-16T21:46:44.474Z","updated_at":"2025-05-01T12:55:13.002Z","avatar_url":"https://github.com/aydin-ozcan.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\nThis is SAP standard TODO web component sample Svelte application. In this repository, I've made several modifications to incorporate the latest version of Svelte, Vite and other related packages.\n\nAdditionally, there's a special souce to embed the Svelte TODO application within a UI5 application. This allows for seamless integration with on-premises launchpad or BTP Workzone, and you can use UI5 tooling for deployment.\n\n\n\n\n## Orginal read me\n\n![UI5-logo](docs/imgs/ui5-svelte-logo.png)\n\n[![CI](https://github.com/SAP-samples/ui5-webcomponents-sample-svelte/actions/workflows/ci.yaml/badge.svg)](https://github.com/SAP-samples/ui5-webcomponents-sample-svelte/actions/workflows/ci.yaml)\n[![REUSE status](https://api.reuse.software/badge/github.com/SAP-samples/ui5-webcomponents-sample-svelte)](https://api.reuse.software/info/github.com/SAP-samples/ui5-webcomponents-sample-svelte)\n\n# **UI5 Web Components Sample ToDo App**\n### ***Sample ToDo application that demonstrates the usage of [UI5 Web Components](https://sap.github.io/ui5-webcomponents/) using [Svelte](https://svelte.dev/)***\n\nThe application showcases how to: bind properties, subscribe to and forward events, and consume UI5 Web Components within Svelte.\n\nProject was initialized uising **[ViteJs](https://vitejs.dev/guide/#scaffolding-your-first-vite-project)** and the **svelte-ts** tempalte\n\n## **Requirements**\n- **[Node.js](https://nodejs.org/en/) version \u003e=12.0.0.**\n\n## **Download and Installation**\n1. **[Clone this repository](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository)** and navigate to the downloaded directory\n    ```sh\n    git clone https://github.com/SAP-samples/ui5-webcomponents-sample-svelte.git\n    cd ui5-webcomponents-sample-svelte\n    ```\n2. Install all dependencies\n   ```sh\n   npm install\n   ```\n3. Start the local dev server and run the application\n   ```sh\n   npm run dev\n   ```\n\n## **How to obtain support**\n[Create an issue](https://github.com/SAP-samples/\u003crepository-name\u003e/issues) in this repository if you find a bug or have questions about the content.\n \nFor additional support, [ask a question in SAP Community](https://answers.sap.com/questions/ask.html).\n\n## **Noteworthy**\n \n### Consuming UI5 Web Components in Svelte Applications\n- Import the desired component(s) in your app to define the UI5 Web Component.\n \n- For example, to use `ui5-button` you need to import it:\n  ```js\n  import \"@ui5/webcomponents/dist/Button\"; // loads ui5-button\n  ```\n  Then, you can use the custom element in an HTML page:\n  ```html\n  \u003cui5-button\u003eHello world!\u003c/ui5-button\u003e\n  ```\n\n## **Browser support**\n\nCurrently Chrome, Safari, Firefox and Edge (Chromium-based) support Web Components natively.\n\n\n## **Contributing**\nIf you wish to contribute code, offer fixes or improvements, please send a pull request. Due to legal reasons, contributors will be asked to accept a DCO when they create the first pull request to this project. This happens in an automated fashion during the submission process. SAP uses [the standard DCO text of the Linux Foundation](https://developercertificate.org/).\n\n## **License**\nCopyright (c) 2021 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the [LICENSE](LICENSES/Apache-2.0.txt) file.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faydin-ozcan%2Fui5-webcomponents-sample-svelte","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faydin-ozcan%2Fui5-webcomponents-sample-svelte","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faydin-ozcan%2Fui5-webcomponents-sample-svelte/lists"}