Windows部署YAPI详细步骤
依赖环境(yapi文件放在你的任意位置没有要求)
node.js:https://nodejs.org/en/
Mongodb:https://www.mongodb.com/try
YAPI:https://gitee.com/mirrors/YApi
GIT:https://git-scm.com/downloads
到YApi 目录右键:Git Bash Here
输入以下命令
npm install -g yapi-cli --registry https://registry.npm.taobao.org
yapi server
填写公司名什么都不用改,后面可以改(数据库默认27017)部署完成会出现账号密码记得保存
进入vendors根目录右键:Git Bash Here
输入命令
node server/app.js
如何改变请求端口
综合问题以及解决方案:http://www.360doc.com/content/20/0403/06/46368139_903522829.shtml