单spa演示:单spa演示 源码
单水疗中心 1. child_vue子应用改造 基于vue-cli快速创建一个vue项目 vue create child_vue 安装single-spa-vue yarn add single-spa-vue 修改child_vue子应用main.js入口文件 + import singleSpaVue from 'single-spa-vue'; + const appOptions = { + el: '#vueDOM', // 挂载到父应用id为vueDOM的标签中 + router, + render: h => h(App) + } - new Vue({ - router, - render: h => h(App) - }).$mount('#app'); + // 返回vue的3个生命周期(被single-spa-vue包装过的生命周期) + co
文件列表
single-spa-demo-main.zip
(预估有个56文件)
single-spa-demo-main
shadow.html
797B
parent_vue
public
index.html
611B
favicon.ico
4KB
yarn.lock
348KB
.browserslistrc
30B
src
router
暂无评论