-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ As we know what micro-frontends aims for: | |
Modularity is very important for large application. By breaking down a large system into individual sub-applications, we can achieve good divide-and-conquer between products and when necessary combination, especially for enterprise applications that usually involve multi-team collaboration. But if you're trying to implement such a micro frontends architecture system by yourself, you're likely to run into some tricky problems: | ||
|
||
- In what form do subapplications publish static resources? | ||
- In what form do sub applications publish static resources? | ||
- How does the main application integrate individual sub-applications? | ||
- How do you ensure that sub-applications are independent of each other (development independent, deployment independent) and runtime isolated? | ||
- Performance issues? What about public dependencies? | ||
|
@@ -36,23 +36,22 @@ https://qiankun.umijs.org/ | |
|
||
## 💿 Getting started | ||
|
||
This repo contains an `examples` folder with a sample Shell app and multiple mounted Micro FE apps. | ||
To run this app, first clone `qiankun` | ||
This repo contains an `examples` folder with a sample Shell app and multiple mounted Micro FE apps. To run this app, first clone `qiankun`: | ||
|
||
```shell | ||
$ git clone [email protected]:umijs/qiankun.git | ||
$ cd qiankun | ||
``` | ||
|
||
Now run the yarn scripts to install and run the examples project | ||
Now run the yarn scripts to install and run the examples project: | ||
|
||
```shell | ||
$ yarn install | ||
$ yarn examples:install | ||
$ yarn examples:start | ||
``` | ||
|
||
Visit `http://localhost:7099` | ||
Visit `http://localhost:7099`. | ||
|
||
![](./examples/example.gif) | ||
|
||
|
b79d063
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deploy preview for website ready!
Built with commit undefined
https://qiankun-jfa06q0p5.now.sh