Yarn和npm命令对比:

npm install === yarn 
npm install taco --save === yarn add taco
npm uninstall taco --save === yarn remove taco
npm install taco --save-dev === yarn add taco --dev
npm update --save === yarn upgrade

 

posted @ 2023-07-31 16:22  你觉得呢!  阅读(14)  评论(0)    收藏  举报