Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 275 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 275 Bytes

微前端(Vue)CLI

暂未发布到 npm

# 克隆仓库
git clone https://github.com/micro-frontends-vue/cli

# 软链接
cd path/to/cli
npm link

# 使用
launch --help

# 查看项目
launch list ./

# 启动服务
launch serve ./ --script "npm run serve"