zl程序教程

您现在的位置是:首页 >  前端

当前栏目

[Yarn] A JavaScript Package Manager

JavaScript package Manager yarn
2023-09-14 08:59:19 时间

Yarn is a new JavaScript package manager that aims to be speedy, deterministic, and secure. See how easy it is to drop yarn in where you were using npm before, and get faster, more reliable installs.

 

// install
npm i -g yarn

// with package.json
// type "yarn" will install all the package in a shroter than than npm
yarn