nodemon



  scripts脚本:  "dev": "nodemon --exec  electron .",



{
    "ignore": [
        "node_modules",
        "dist"
    ],
    "colours": true,
    "verbose": true,
    "restartable": "rs",
    "watch": [
        "*.*"
    ],
    "ext": "html,js"
}
Last Updated:
Contributors: 刘荣杰