{"id":20533360,"url":"https://github.com/manuelbento19/micro-frontend","last_synced_at":"2026-01-19T08:31:44.054Z","repository":{"id":254464507,"uuid":"846575171","full_name":"manuelbento19/micro-frontend","owner":"manuelbento19","description":"Este projeto demonstra uma aplicação de micro frontends onde temos três aplicativos independentes.","archived":false,"fork":false,"pushed_at":"2024-10-01T16:39:52.000Z","size":358,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-25T14:43:49.448Z","etag":null,"topics":["micro-frontend","module-federation","react","reactjs","vite","vue"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/manuelbento19.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-23T13:52:58.000Z","updated_at":"2024-10-02T08:44:43.000Z","dependencies_parsed_at":"2024-08-23T17:30:47.835Z","dependency_job_id":"38323972-acd1-4566-93bd-ac2b67bdd2d8","html_url":"https://github.com/manuelbento19/micro-frontend","commit_stats":null,"previous_names":["manuelbento19/micro-frontend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/manuelbento19/micro-frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manuelbento19%2Fmicro-frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manuelbento19%2Fmicro-frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manuelbento19%2Fmicro-frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manuelbento19%2Fmicro-frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manuelbento19","download_url":"https://codeload.github.com/manuelbento19/micro-frontend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manuelbento19%2Fmicro-frontend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28564011,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T03:31:16.861Z","status":"ssl_error","status_checked_at":"2026-01-19T03:31:15.069Z","response_time":67,"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":["micro-frontend","module-federation","react","reactjs","vite","vue"],"created_at":"2024-11-16T00:20:50.268Z","updated_at":"2026-01-19T08:31:44.023Z","avatar_url":"https://github.com/manuelbento19.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Micro Frontend - Module Federation\n\n![Preview Image](./preview.png)\n\nEste projeto demonstra uma aplicação de micro frontends onde temos três aplicativos independentes: **`react-components`**,**`vue-components`** e **`app`**. \n\n- **`react-components`**: Fornece os componentes React reutilizáveis para exibição de produtos.\n- **`app`**: Utiliza os componentes do `react-components` e do `vue-components` para mostrar uma lista de produtos na tela.\n- **`vue-components`**: footer desenvolvido com Vue\n\n## Estrutura do Projeto\n\n```\n/micro-frontend-app\n  ├── /app        \n  ├── /react-components\n  ├── /vue-components\n  ├── package.json        \n  └── README.md \n```\n\n## Instalação\n\n### Clonar o Repositório\n```bash\ngit clone https://github.com/manuelbento19/micro-frontend.git\ncd micro-frontend\n```\n\n### Instalar Dependências\n\nNavegue até o diretório de **`react-components`** e instale as dependências:\n```bash\ncd react-components\nnpm install\n```\n\nNavegue até o diretório de **`app`** e instale as dependências:\n```bash\ncd ../app\nnpm install\n```\nNavegue até o diretório de **`vue-components`** e instale as dependências:\n```bash\ncd ../vue-components\nnpm install\n```\n## Excecutar\n\nPara iniciar o ambiente, você precisa rodar o **`react-components`**, o **`app`** e o **`vue-components`** em paralelo.\n\n**`react-components`**:\n   ```bash\n   cd react-components\n   npm run preview\n   ```\nEm um novo terminal, **`vue-components`**:\n   ```bash\n   cd vue-components\n   npm run preview\n   ```\nEm um novo terminal, **`app`**:\n   ```bash\n   cd app\n   npm run preview\n   ```\n\n### Acessar a Aplicação\n\n- **`app`** estará disponível em [http://localhost:3000](http://localhost:3000) \n- **`react-components`** estará disponível em [http://localhost:3001](http://localhost:3001)\n- **`vue-components`** estará disponível em [http://localhost:3002](http://localhost:3002)\n\n## Contribuição\n\nContribuições são bem-vindas! Para contribuir:\n\n1. Faça um fork do repositório.\n2. Crie uma branch para sua feature (`git checkout -b feature/nome-da-feature`).\n3. Faça commit das suas mudanças (`git commit -am 'Adiciona nova feature'`).\n4. Faça push para a branch (`git push origin feature/nome-da-feature`).\n5. Abra um Pull Request.\n\n## Licença\n\nEste projeto está licenciado sob a [MIT License](LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanuelbento19%2Fmicro-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanuelbento19%2Fmicro-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanuelbento19%2Fmicro-frontend/lists"}