# wmf **Repository Path**: codeme_1_1/wmf ## Basic Information - **Project Name**: wmf - **Description**: webpack 模块联邦演示 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-15 - **Last Updated**: 2022-09-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 运行项目 ```shell npm install -g lerna ``` 在当前 Lerna 仓库中执行引导流程(bootstrap)。安装所有 依赖项并链接任何交叉依赖。 ```shell lerna bootstrap ``` 在每一个包含 [script] 脚本的软件包中运行此 npm 脚本。 ```shell learn run serve ```