美文网首页
2020-09-17 node基础

2020-09-17 node基础

作者: 本泽锅 | 来源:发表于2020-09-17 10:42 被阅读0次

    运行、调试、模块

    console.log('hello world2')
    

    bash 运行

    node helloworld
    或者
    node helloworld.js
    

    Nodemon自动重启
    见识代码修改,自动重启

    首先全局安装
    npm i nodemon -g
    
    nodemon  helloworld
    

    相关文章

      网友评论

          本文标题:2020-09-17 node基础

          本文链接:https://www.haomeiwen.com/subject/ldqlyktx.html