https://github.com/minsgy/micro-frontend-example
micro-frontend examples
https://github.com/minsgy/micro-frontend-example
Last synced: 28 days ago
JSON representation
micro-frontend examples
- Host: GitHub
- URL: https://github.com/minsgy/micro-frontend-example
- Owner: minsgy
- Created: 2024-02-11T01:54:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-11T14:15:50.000Z (about 1 year ago)
- Last Synced: 2025-05-04T23:22:00.378Z (28 days ago)
- Homepage:
- Size: 63.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Project
- 해당 프로젝트는 마이크로 프론트엔드를 구현한 예제 프로젝트입니다.
## MicroFrontend?
- 마이크로 프론트엔드는 하나의 웹 애플리케이션을 여러 개의 작은 애플리케이션으로 나누어 개발하는 방법론입니다.
- 마이크로 프론트엔드는 각각의 애플리케이션은 독립적으로 개발하고 배포할 수 있으며, 하나의 애플리케이션으로 통합하여 사용자에게 제공할 수 있습니다.## Project Structure
- `examples` : 마이크로 프론트엔드를 구현한 예제 프로젝트
- [Iframe](./examples/iframe/) : iframe을 이용한 마이크로 프론트엔드 예제 프로젝트
- [webpack-module-federation](./examples/webpack-module-federation/) : Webpack Module Federation을 이용한 마이크로 프론트엔드 예제 프로젝트
- [monorepo](./example/monorepo/) : turborepo 기반의 모노레포 예제 프로젝트