An open API service indexing awesome lists of open source software.

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

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 기반의 모노레포 예제 프로젝트