## 安装项目依赖 * 安装lerna ``` npm i -g lerna ``` ## 启动项目 ``` npm run start ``` ### 环境信息 http://localhost:port ## 构建项目 ``` npm run build ```