2025-04-18 - single spa: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
=Install= | =Install= | ||
== | |||
==Global Install== | ==Global Install== | ||
*install in shell only one time when never install single-spa in Local computer before. | *install in shell only one time when never install single-spa in Local computer before. | ||
| Line 19: | Line 26: | ||
*start other micro-frontend | *start other micro-frontend | ||
npm start -- --port 9001(set port) | npm start -- --port 9001(set port) | ||
=Root-config= | |||
[[Category:Working documents| 2025-04-18]] | [[Category:Working documents| 2025-04-18]] | ||
[[Category:Working documents - Creating 2025-04-18 - single spa| 2025-04-18]] | [[Category:Working documents - Creating 2025-04-18 - single spa| 2025-04-18]] | ||
Revision as of 06:32, 18 April 2025
Install
==
Global Install
- install in shell only one time when never install single-spa in Local computer before.
npm install -g create-single-spa
Install single-spa project
npx create-single-spa
Organization name
- izaraFrontends
Project name
- <your repository name> eg. table-config
Open port & Run script
- start root-config
npm start
- start other micro-frontend
npm start -- --port 9001(set port)