116197420903043414
前言
引入Github上的Nodejs第三方模块
Yarn
<github_username>:Github用户名
<github_repository>:Github仓库名
1
| yarn add <github_username>/<github_repository>
|
指定版本
<tag>:版本
1
| yarn add <github_username>/<github_repository>#<tag>
|
完成
参考文献
segmentfault——社区维基