# lerna项目管理react+ts **Repository Path**: law-lc/lerna ## Basic Information - **Project Name**: lerna项目管理react+ts - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-04-24 - **Last Updated**: 2021-03-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 一、项目必备命令 $ lerna bootstrap 为所有项目安装依赖,类似于npm/yarn i $ lerna clean 清理node_modules 二、 启动项目 1. 安装lerna https://blog.csdn.net/qq_42543548/article/details/105311819 2. 启动项目`yarn dev`