jiefancis / blogs

个人博客,学习笔记(issues)
1 stars 0 forks source link

大前端系列之monorepo调研 #14

Open jiefancis opened 3 years ago

jiefancis commented 3 years ago

monorepo解决了什么问题?

如何搭建monorepo?

lerna init初始化项目

清理环境

lerna clean # 清理所有packages的node_modules目录,不能删除根目录的node_modules yarn workspaces run clean # 执行所有package的clean操作(应是需自行写脚本)

learn clean

安装依赖

reference

使用mono-repo实现跨项目组件共享