Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 968 Bytes

README.md

File metadata and controls

41 lines (24 loc) · 968 Bytes

main-vue

Project setup

yarn install

Compiles and hot-reloads for test

cd main-vue2 && yarn serve
cd child-vue2 && yarn serve

Test

Test1:MicroApp

Open link http://localhost:3000/micro-app-table/?home=%2F%23%2Ftable.

Open the Console,and you will see log about render.

Test2:qiankun

Enter child-vue2/src/main.js,release comment about 分割线-qiankun

Open link http://localhost:3000/qiankun-table/#/table.

Open the Console,and you will see log about render.

Test3:原生JS

Enter child-vue2/src/main.js,release comment about 分割线-qiankun.

Open link http://localhost:3001/#/table.

Open the Console,and you will see log about render.

Result

test result