Yarn 常用

https://classic.yarnpkg.com/en/docs/cli/install/

#代理
yarn config set registry https://registry.npm.taobao.org
#安装依赖
yarn install --no-lockfile --update-checksums
#启动
yarn start
#打包
yarn run build

猜你喜欢

转载自blog.csdn.net/m0_37859032/article/details/112190485