美文网首页
nw.js包管理

nw.js包管理

作者: 北漂老莫 | 来源:发表于2016-11-08 11:37 被阅读24次

    npm i -g nwjs

    usage

    
    # Install a version
    $ nw install 0.12.3
     
    # Install a SDK version
    $ nw install 0.13.0-rc3-sdk
     
    # Run nw in cwd or specific any directory
    $ nw .
     
    # Use another cached version
    $ nw use 0.13.0-beta3
     
    # Use SDK version
    $ nw use 0.13.0-rc3-sdk
     
    # List all local cached versions
    $ nw ls
    

    相关文章

      网友评论

          本文标题:nw.js包管理

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