{"id":19096651,"url":"https://github.com/sapcc/juno","last_synced_at":"2025-04-30T14:12:54.126Z","repository":{"id":37493610,"uuid":"337775818","full_name":"sapcc/juno","owner":"sapcc","description":"Monorepo for the Juno microfrontend framework, microfrontend apps, design system and component library","archived":false,"fork":false,"pushed_at":"2025-03-20T07:58:49.000Z","size":46595,"stargazers_count":7,"open_issues_count":46,"forks_count":2,"subscribers_count":47,"default_branch":"main","last_synced_at":"2025-04-14T02:48:19.463Z","etag":null,"topics":["component-library","design-system","microfrontend-architecture","microfrontends","reactjs","tailwindcss"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/sapcc.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":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-02-10T16:02:14.000Z","updated_at":"2024-12-03T14:30:05.000Z","dependencies_parsed_at":"2024-04-02T10:49:02.280Z","dependency_job_id":"f876ec4b-d2f3-489f-9711-816bfd048c42","html_url":"https://github.com/sapcc/juno","commit_stats":null,"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sapcc%2Fjuno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sapcc%2Fjuno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sapcc%2Fjuno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sapcc%2Fjuno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sapcc","download_url":"https://codeload.github.com/sapcc/juno/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249514464,"owners_count":21284553,"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":["component-library","design-system","microfrontend-architecture","microfrontends","reactjs","tailwindcss"],"created_at":"2024-11-09T03:37:24.253Z","updated_at":"2025-04-18T15:33:54.857Z","avatar_url":"https://github.com/sapcc.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Juno\n\nIs a collection of Micro Frontends (MFE)\n\n- [Overview](https://assets.juno.global.cloud.sap)\n\n# Usage\n\nuse juno css styles in external projects\n\nimport variables.css from assets server\n\n```html\n\u003clink\n  rel=\"stylesheet\"\n  href=\"https://assets.juno.global.cloud.sap/libs/juno-ui-components@latest/build/lib/variables.css\"\n/\u003e\n```\n\nor as part of sass\n\n```sass\n@import \"https://assets.juno.global.cloud.sap/libs/juno-ui-components@latest/build/lib/variables.css\";\n```\n\nand preset tailwind config with juno-ui-components config\n\n```js\n// tailwindcss.config.js\n```\n\n# Development\n\nUse Webpack for apps, and Rollup for libraries\n\nStart any app in apps folder with workspace APP_NAME start\n\n```bash\nnpm -w dashboard run start\n```\n\n## In workspaces\n\n```bash\nwb npm -w dashboard run start\n```\n\n## Juno CLI\n\nThe Juno CLI facilitates the creation of a skeleton for a Juno app or library.\n\n### Prerequisites\n\nEnsure that you have a Node.js environment with `npx` installed.\n\n### Installation\n\nUse the following commands to create a new Juno app or library:\n\n```bash\nnpx github:sapcc/juno create app myApp\n```\n\nor\n\n```bash\nnpx github:sapcc/juno create lib myLib\n```\n\nIf you wish to create an app or library within the Juno mono repository, navigate to the respective 'apps' or 'libs' directory in Juno and execute:\n\n```bash\nnpx github:sapcc/juno create app myApp --internal\n```\n\nFeel free to replace `myApp` and `myLib` with your desired project names.\n\n# Debug\n\nIf you want to run more the one Juno App/lib simultaneously you have then to assign different ports.\nFollowing different port for the widget loader App:\n\n```yaml\n  juno:\n    port: \"3001\"\n    ports:\n      ...\n      - name: heureka\n        number: \"3005\"\n      - name: loader\n        number: \"3007\"\n      ...\n```\n\nStart locally the widget loader within the container:\n\n```bash\nwb\nAPP_PORT=$LOADER_PORT npm --workspace widget-loader start\n```\n\nTest im browser using following URL:\n\n```\nhttps://loader.\u003cyour-workspace-name\u003e.ws2.eu-nl-1.cloud.sap/\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsapcc%2Fjuno","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsapcc%2Fjuno","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsapcc%2Fjuno/lists"}