{"id":20018969,"url":"https://github.com/android10/frontend-architecture-modular-monolith","last_synced_at":"2025-05-04T23:31:35.209Z","repository":{"id":145629078,"uuid":"449301357","full_name":"android10/Frontend-Architecture-Modular-Monolith","owner":"android10","description":"This is a movies sample app in Typescript using Vue, React and Angular. It aims to demonstrate how to architect frontends using a modular monolith approach as inspiration, for a later evolution to micro-frontends","archived":false,"fork":false,"pushed_at":"2023-10-04T15:24:37.000Z","size":269,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-08T14:11:56.955Z","etag":null,"topics":["architecture","frontend","frontend-development","javascript","micro-frontend","microfrontend","monolith-architecture","monolithic-architecture","pwa","pwa-apps","ts","typescript","vscode","web","web-development"],"latest_commit_sha":null,"homepage":"https://fernandocejas.com","language":"Vue","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/android10.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-18T13:45:34.000Z","updated_at":"2025-02-23T16:09:30.000Z","dependencies_parsed_at":"2024-11-13T09:32:36.663Z","dependency_job_id":null,"html_url":"https://github.com/android10/Frontend-Architecture-Modular-Monolith","commit_stats":null,"previous_names":["android10/frontend-architecture-modular-monolith"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/android10%2FFrontend-Architecture-Modular-Monolith","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/android10%2FFrontend-Architecture-Modular-Monolith/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/android10%2FFrontend-Architecture-Modular-Monolith/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/android10%2FFrontend-Architecture-Modular-Monolith/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/android10","download_url":"https://codeload.github.com/android10/Frontend-Architecture-Modular-Monolith/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252414286,"owners_count":21744080,"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":["architecture","frontend","frontend-development","javascript","micro-frontend","microfrontend","monolith-architecture","monolithic-architecture","pwa","pwa-apps","ts","typescript","vscode","web","web-development"],"created_at":"2024-11-13T08:25:18.000Z","updated_at":"2025-05-04T23:31:30.200Z","avatar_url":"https://github.com/android10.png","language":"Vue","funding_links":["https://www.buymeacoffee.com/android10"],"categories":[],"sub_categories":[],"readme":"## Frontend Web Architecture: A Modular Monolith Approach\n\nIn order to **get started,** please refer to the the following **article/post** I have written:\n\n- [Frontend Web Architecture: A Modular Monolith Approach](https://fernandocejas.com/blog/engineering/2023-10-31-rust-cross-platform-web/).\n\n## The Idea\n\n**A picture worth a thousand words!** Here is a summary of what this project tries to accomplished:\n\n\u003c!-- \u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/android10/Rust-Cross-Platform-Development/assets/1360604/04cbde40-1d4e-4f8d-8619-30142e186c25\" width=\"400\" alt=\"rust-cross-platform-project-overview\"/\u003e\n\u003c/p\u003e --\u003e\n\nTODO\n\nAnd here the **implemantion details:**\n\n\u003c!-- \u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/android10/Rust-Cross-Platform-Development/assets/1360604/18d8a3f2-a487-4b2a-9000-1e4e52ab58d3\" width=\"400\" alt=\"rust-cross-platform-project-overview\"/\u003e\n\u003c/p\u003e --\u003e\n\nTODO\n\n## Software Stack\n\n - [Vue.js](https://vuejs.org/).\n - [pnpm](https://pnpm.io/).\n - TODO \n\n## Recommended `nodejs` version\n\n - If you use [asdf-vm](https://asdf-vm.com/) as **Version Manager**, please check the [.tool-versions](.tool-versions) file.\n\n## Recommended IDE Setup\n\n[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).\n\n## Type Support for `.vue` Imports in TS\n\nTypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin) to make the TypeScript language service aware of `.vue` types.\n\nIf the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a [Take Over Mode](https://github.com/johnsoncodehk/volar/discussions/471#discussioncomment-1361669) that is more performant. You can enable it by the following steps:\n\n1. Disable the built-in TypeScript Extension\n    1) Run `Extensions: Show Built-in Extensions` from VSCode's command palette\n    2) Find `TypeScript and JavaScript Language Features`, right click and select `Disable (Workspace)`\n2. Reload the VSCode window by running `Developer: Reload Window` from the command palette.\n\n## Customize configuration \n\nSee [Vite Configuration Reference](https://vitejs.dev/config/).\n\n## Local Development\n\n```bash\npnpm install   # Install project dependencies\npnpm dev       # Compile and Hot-Reload for Development \npnpm build     # Type-Check, Compile and Minify for Production       \n```\n\n## Testing and Code quality\n\nIt includes, Static Analisys, Lint and Unit and Integration tests.\n\n### Run Tests with [Vitest](https://vitest.dev/)\n\n```sh\npnpm test\n```\n\n### Lint with [ESLint](https://eslint.org/)\n\n```sh\npnpm lint\n```\n\n## References\n\n - https://vitejs.dev/guide/ \n - https://vitest.dev/guide/ \n - https://vuejs.org/guide/\n - https://vuejs.org/guide/typescript/overview.html\n - https://github.com/vuejs/language-tools \n - https://pinia.vuejs.org/\n - https://github.com/vuejs/awesome-vue\n\n## License\n\n    Copyright 2023 Fernando Cejas\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n\n\n![https://fernandocejas.com](https://github.com/android10/Sample-Data/blob/master/android10/android10_logo_big.png)\n\n\u003ca href=\"https://www.buymeacoffee.com/android10\" target=\"_blank\"\u003e\u003cimg src=\"https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png\" alt=\"Buy Me A Coffee\" style=\"height: auto !important;width: auto !important;\" \u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandroid10%2Ffrontend-architecture-modular-monolith","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandroid10%2Ffrontend-architecture-modular-monolith","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandroid10%2Ffrontend-architecture-modular-monolith/lists"}