{"id":15675779,"url":"https://github.com/mvsde/svelte-micro-frontend","last_synced_at":"2025-10-12T19:05:38.407Z","repository":{"id":42633968,"uuid":"377050410","full_name":"mvsde/svelte-micro-frontend","owner":"mvsde","description":"Basic Svelte plus Vite configuration for micro frontend development.","archived":false,"fork":false,"pushed_at":"2025-09-11T05:54:18.000Z","size":53,"stargazers_count":16,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-12T19:04:29.827Z","etag":null,"topics":["micro-frontend","microfrontend","svelte","sveltejs","vite","vitejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mvsde.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-06-15T05:49:10.000Z","updated_at":"2025-10-06T09:10:53.000Z","dependencies_parsed_at":"2023-12-06T07:55:58.101Z","dependency_job_id":"f99bf911-3542-43bd-b244-10dd249ccf47","html_url":"https://github.com/mvsde/svelte-micro-frontend","commit_stats":{"total_commits":16,"total_committers":2,"mean_commits":8.0,"dds":0.25,"last_synced_commit":"d22657a0d480d26d26b974b617c0167035f57a46"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mvsde/svelte-micro-frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvsde%2Fsvelte-micro-frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvsde%2Fsvelte-micro-frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvsde%2Fsvelte-micro-frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvsde%2Fsvelte-micro-frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mvsde","download_url":"https://codeload.github.com/mvsde/svelte-micro-frontend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvsde%2Fsvelte-micro-frontend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279012643,"owners_count":26085158,"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","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["micro-frontend","microfrontend","svelte","sveltejs","vite","vitejs"],"created_at":"2024-10-03T16:00:43.936Z","updated_at":"2025-10-12T19:05:38.391Z","avatar_url":"https://github.com/mvsde.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Svelte Micro Frontend Boilerplate\n\nBasic [Svelte](https://svelte.dev) plus [Vite](https://vitejs.dev) configuration for micro frontend development.\n\n## Requirements\n\n- [Node.js](https://nodejs.org)\n- [npm CLI](https://docs.npmjs.com/cli/) (bundled with Node.js)\n\n## Installation\n\n[Download the source files](https://github.com/mvsde/svelte-micro-frontend/archive/refs/heads/main.zip) (don’t clone since you want to create a “new” project).\n\nInstall dependencies with:\n\n```sh\nnpm install\n```\n\n## Usage\n\nStart development server:\n\n```sh\nnpm run dev\n```\n\nBuild production files:\n\n```sh\nnpm run build\n```\n\n## Embed the micro frontend\n\nReference the output JS file inside the `\u003chead\u003e` before any `\u003clink rel=\"stylesheet\"\u003e`:\n\n```html\n\u003cscript defer src=\"dist/svelte-micro-frontend.iife.js\"\u003e\u003c/script\u003e\n```\n\nAdd the following inside the `\u003cbody\u003e` where you want the micro frontend to appear:\n\n```html\n\u003cdiv id=\"svelte-micro-frontend\"\u003e\u003c/div\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmvsde%2Fsvelte-micro-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmvsde%2Fsvelte-micro-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmvsde%2Fsvelte-micro-frontend/lists"}