qiankun-fit/docs
2021-03-27 09:21:53 +08:00
..
api 📝 fix doc demo mistake (#1345) 2021-03-27 09:21:53 +08:00
cookbook 📝 add cookbook and tutorial (#1167) 2020-12-30 13:01:19 +08:00
faq ✏️ typo README.zh.md (#1342) 2021-03-25 17:03:50 +08:00
guide 📝 update the link of example without bundler (#1274) 2021-03-01 18:41:26 +08:00
README.md 📝 use new dingtalk group (#1177) 2020-12-23 15:44:31 +08:00
README.zh.md 📝 use new dingtalk group (#1177) 2020-12-23 15:44:31 +08:00

title hero features footer
qiankun
title desc actions
qiankun Probably the most complete micro-frontends solution you ever met🧐
text link
Get Started → /guide
title desc
Simple Works with any javascript framework. Build your micro-frontend system just like using with iframe, but not iframe actually.
title desc
Complete Includes almost all the basic capabilities required to build a micro-frontend system, such as style isolation, js sandbox, preloading, and so on.
title desc
Production-Ready Had been extensively tested and polished by a large number of online applications both inside and outside of Ant Financial, the robustness is trustworthy.
MIT Licensed | Copyright © 2019-present<br />Powered by [dumi](https://d.umijs.org)

📦 Installation

$ yarn add qiankun  # or npm i qiankun -S

🔨 Getting Started

import { loadMicroApp } from 'qiankun';

// load micro app
loadMicroApp({
  name: 'reactApp',
  entry: '//localhost:7100',
  container: '#container',
  props: {
    slogan: 'Hello Qiankun'
  },
});

See detailsGetting Started

Community

Github Issue 钉钉群
umijs/qiankun/issues