File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/document/main-doc/docs/zh/guides/topic-detail/micro-frontend Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -304,11 +304,11 @@ export default (props: { basename: string }) => {
304304使用纯 ` Garfish ` API 开发微前端应用时
305305
306306- 主应用:
307- - 安装 Garfish 依赖并使用 ` Garfish.run ` 注册子应用 [ 参考] ( https://www.garfishjs.org/api/run )
308- - 提供一个常驻的 ` DOM ` 节点供子应用挂载 [ 参考] ( https://www.garfishjs.org/api/registerApp#domgetter )
307+ - 安装 Garfish 依赖并使用 ` Garfish.run ` 注册子应用 [ 参考] ( https://www.garfishjs.org/api/run.html )
308+ - 提供一个常驻的 ` DOM ` 节点供子应用挂载 [ 参考] ( https://www.garfishjs.org/api/registerApp.html )
309309- 子应用:
310- - 导出 ` provider ` [ 参考] ( https://www.garfishjs.org/guide/start#2%E5%AF%BC%E5%87%BA-provider-%E5%87%BD%E6%95%B0 )
311- - 设置应用的 ` basename ` [ 参考] ( https://www.garfishjs.org/guide/start#3-%E8%AE%BE%E7%BD%AE%E5%BA%94%E7%94%A8%E8%B7%AF%E7%94%B1-basename )
310+ - 导出 ` provider ` [ 参考] ( https://www.garfishjs.org/guide/quick- start/start.html #2%E5%AF%BC%E5%87%BA-provider-%E5%87%BD%E6%95%B0 )
311+ - 设置应用的 ` basename ` [ 参考] ( https://www.garfishjs.org/guide/quick- start/start.html #3-%E8%AE%BE%E7%BD%AE%E5%BA%94%E7%94%A8%E8%B7%AF%E7%94%B1-basename )
312312
313313区别于直接使用 ` Garfish ` 运行时 API 开发微前端项目,` Modern.js ` 的微前端方案更加开箱即用。
314314使用 ` pnpm new ` 启用微前端模式后会自动在 ` Modern.js ` 应用中集成 ` Garfish ` 插件,在 ` Garfish `
You can’t perform that action at this time.
0 commit comments