An open API service indexing awesome lists of open source software.

https://github.com/guodonglw/micro-front

qiankun 搭建的微前端项目示例
https://github.com/guodonglw/micro-front

qiankun vue

Last synced: 3 months ago
JSON representation

qiankun 搭建的微前端项目示例

Awesome Lists containing this project

README

        

# micro-front
qiankun 搭建的微前端项目示例

# main文件夹下为主项目

# children文件夹下为子项目

# 项目启动
```
# 启动主项目
cd main

npm install

npm run serve

# 启动子项目
cd children

npm install

npm run serve
```

# 实际开发可以将子项目拆离