摘要: 1. const port = process.env.PORT || 9001; 本地开发用9001端口 2. package.json中配置几个启动命令 "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "st 阅读全文
posted @ 2019-03-05 13:52 BLZC 阅读(163) 评论(0) 推荐(0)