qiankun-fit/docs
2022-09-26 22:19:36 +08:00
..
api ✏️ fix typo (#1989) 2022-03-03 16:04:17 +08:00
cookbook 📝 fix some mistake (#1535) 2021-06-28 11:34:34 +08:00
faq 📝 fix example bug in doc demo (#2234) 2022-09-22 19:44:46 +08:00
guide 📝 Update getting started docs: jsonpFunction -> chunkLoadingGlobal Webpack v5 (#2226) 2022-09-26 22:19:36 +08:00
README.md 📝 update dingtalk group QR Code (#2107) 2022-05-27 10:49:44 +08:00
README.zh.md 📝 update dingtalk group QR Code (#2107) 2022-05-27 10:49:44 +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 Discussions 钉钉群
qiankun discussions