Showing
10 changed files
with
32 additions
and
0 deletions
1 | +# Single SPA와 Webpack Module Federation을 활용한 Single Page Application에서의 Micro Frontend Architecture | ||
2 | + | ||
3 | +> Micro Frontend Architecture에 대하여 정의하고 Single SPA와 Webpack Module Federation를 활용한 Single Page Application에서의 Micro Frontend Architecture를 구현함으로서 비즈니스 코드에서 Micro Frontend Architecture의 유효성을 고찰해본다. | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | +## sample project 구동 방법 | ||
8 | + | ||
9 | +``` | ||
10 | +cd capstone-design-single-spa-navbar | ||
11 | +yarn start --port 9001 | ||
12 | +``` | ||
13 | + | ||
14 | +``` | ||
15 | +cd capstone-design-single-spa-news | ||
16 | +yarn start --port 9002 | ||
17 | +``` | ||
18 | + | ||
19 | +``` | ||
20 | +cd capstone-design-single-spa-comment | ||
21 | +yarn start --port 9003 | ||
22 | +``` | ||
23 | + | ||
24 | +``` | ||
25 | +cd capstone-design-single-spa-recommend | ||
26 | +yarn start --port 9004 | ||
27 | +``` | ||
28 | + | ||
29 | +``` | ||
30 | +cd capstone-design-single-spa-root | ||
31 | +yarn start | ||
32 | +``` | ||
1 | 33 | ... | ... |
면담확인서/면담확인서_10주차.pdf
0 → 100644
No preview for this file type
면담확인서/면담확인서_4주차.pdf
0 → 100644
No preview for this file type
면담확인서/면담확인서_6주차.pdf
0 → 100644
No preview for this file type
면담확인서/면담확인서_8주차.pdf
0 → 100644
No preview for this file type
주간보고서/주간보고서_11주차.docx
0 → 100644
No preview for this file type
주간보고서/주간보고서_3주차.docx
0 → 100644
No preview for this file type
주간보고서/주간보고서_5주차.docx
0 → 100644
No preview for this file type
주간보고서/주간보고서_7주차.docx
0 → 100644
No preview for this file type
주간보고서/주간보고서_9주차.docx
0 → 100644
No preview for this file type
-
Please register or login to post a comment