启用nodemon热更新


启用nodemon热更新

// npm init 初始化当前文件夹
// npm install nodemon -g 全局安装nodemon 
// 修改文件夹下的   main 的指向, 使用哪个文件就指向哪个文件
// http/package.json
{
  "name": "server",
  "version": "1.0.0",
  "description": "",
  "main": "from.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC"
}

文章作者: KarlFranz
版权声明: 本博客所有文章除特別声明外,均采用 CC BY 4.0 reprint policy. If reproduced, please indicate source KarlFranz !
评论
  目录