摘要: 先要在github注册账号,同时创建仓库$ npm init This utility will walk you through creating a package.json file. It only covers the most common items, and tries to gue 阅读全文
posted @ 2017-03-30 21:35 夏天的西瓜君 阅读(2733) 评论(0) 推荐(0) 编辑
摘要: npm install forever -g #安装 forever start app.js #启动应用 forever stop app.js #关闭应用 forever restartall #重启所有应用 #输出日志和错误 forever start -l forever.log -o ou 阅读全文
posted @ 2017-03-30 19:29 夏天的西瓜君 阅读(227) 评论(0) 推荐(0) 编辑