node 中使用express框架配置保存自动加载入口文件

使用下面命令不发生依赖 

在package.json 中scripts 添加 "dev":"nodemon index.js"


只要保存 就会重新加载入口文件

你可能感兴趣的:(node 中使用express框架配置保存自动加载入口文件)