Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 395 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 395 Bytes

qiankun-Vue3-Vue2

qiankun搭建的Vue微前端项目,main是主应用,采用Vue3+TS搭建,doc是子应用,采用Vue2搭建

以上都是VueCLI4工程

安装

首先在根目录下yarn install安装依赖,然后执行

yarn run install-all
可以将所有应用安装依赖

运行

yarn run start-all

打包

yarn run build-all