Skip to content
ambit-tsai edited this page Feb 19, 2021 · 3 revisions
  1. 安装
npm i -S @ambit_tsai/m-app
  1. 引入
import '@ambit_tsai/m-app';

或者

<script src="path/to/m-app.js"></script>
  1. 准备一个空白的 html 文件,作为同源 <iframe> 的加载页面,默认为 /js-runtime.html

  2. 分配一段路由给微应用,比如 /app/

  3. 当 URL 切换到 /app/ 路径时,加载 <m-app> 标签

<m-app entry="http://example.com/path/to/entry.html"></m-app>
Clone this wiki locally