react-mfe-gen 1.2.4 → 1.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# React Microfront end generator (react-mfe-gen)
|
|
2
2
|
|
|
3
3
|
<strong style="color:orange">⚠️ Important:</strong> Install this package globally using `npm install -g` to use the CLI anywhere on your system.
|
|
4
4
|
|
|
@@ -8,7 +8,7 @@ react-mfe-gen is a CLI tool that helps you quickly scaffold a base setup for Rea
|
|
|
8
8
|
|
|
9
9
|
This tool uses the Runtime Integration approach — meaning each MFE is built as a Web Component and integrated dynamically at runtime. This keeps your applications modular, scalable, and independent.
|
|
10
10
|
|
|
11
|
-
##
|
|
11
|
+
## Features:
|
|
12
12
|
|
|
13
13
|
- Spin up a React Microfrontend Base in Seconds – No hassle, just code.
|
|
14
14
|
- Built on Runtime Integration Best Practices – Seamless, scalable, and future-proof.
|
|
@@ -17,11 +17,11 @@ This tool uses the Runtime Integration approach — meaning each MFE is built as
|
|
|
17
17
|
- Self-Healing Setup – Auto-cleans incomplete code if something breaks mid-process.
|
|
18
18
|
- True Cross-Platform Compatibility – Works flawlessly on Windows, macOS, and Linux.
|
|
19
19
|
|
|
20
|
-
##
|
|
20
|
+
## Prerequisites:
|
|
21
21
|
|
|
22
22
|
Node.js installed (latest LTS recommended).
|
|
23
23
|
|
|
24
|
-
##
|
|
24
|
+
## Installation & Usage:
|
|
25
25
|
|
|
26
26
|
- Install the package globally
|
|
27
27
|
`npm install -g react-mfe-gen`
|
package/package.json
CHANGED