webstorm中使用nodemon

安装nodemon

npm install nodemon -g

之前我看过很多都是修改 Configurations,我感觉并不方便,这里我用了另外的方法

我们在使用node创建项目的时候都会生成package.json文件,但是调试这里会默认为空

我们只需要在这里填写上调试命令就行了

我们在webstorm中找到npm的快捷方式

点击test

运行成功。
使用这种方法,无论是在webstorm中还是在vscode 都能识别到,一键执行即可

本文链接:https://my.lmcjl.com/post/1017.html

展开阅读全文

4 评论

留下您的评论.