-
Notifications
You must be signed in to change notification settings - Fork 7
ambit-tsai edited this page Feb 19, 2021
·
3 revisions
- 安装
npm i -S @ambit_tsai/m-app
- 引入
import '@ambit_tsai/m-app';
或者
<script src="path/to/m-app.js"></script>
-
准备一个空白的
html
文件,作为同源<iframe>
的加载页面,默认为/js-runtime.html
-
分配一段路由给微应用,比如
/app/
-
当 URL 切换到
/app/
路径时,加载<m-app>
标签
<m-app entry="http://example.com/path/to/entry.html"></m-app>