yarn 的安装方法和运行nodemon

1,110 阅读1分钟

介绍:yarn是基于node安装的,nodemon 修改完成代码后自动执行代码

npm install -g yarn

yarn add nodemon --dev

yarn nodemon 00-perpare.js