Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 330 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 330 Bytes

微前端 demo

框架:single-spa

编译子项目-react

cd sub-react
npm install
npm run dev

编译子项目-vue

cd sub-vue
npm install
npm run serve

编译主项目-main

cd main
npm install
npm run serve