A Great Way Of Building Awesome Front Ends
2 min readMar 10, 2022
Welcome back! Developing out front-ends is one of my favorite things to do, so let’s take a look at an awesome way to build out micro frontends! This specific tool is called Qiankun, luckily for us, it’s hosted on GitHub, here is a link to this repository:
They also have a website as well, here is a link to their website:
This project has a ton of documentation as well, if you want to install this tool, you can us the following yarn or npm commands:
$ yarn add qiankun # or npm i qiankun -S
At this point you are ready to go! If you would like to check out some of their examples, we can clone their repository:
$ git clone https://github.com/umijs/qiankun.git
$ cd qiankun