Swagger Editor本地安装

一:安装Node JS

二:下载源码swagger-editor源码,解压

  下载地址:https://github.com/swagger-api/swagger-editor

三:在解压目录下运行进入CMD界面,输入

npm install

需要耐心等待一段时间

四:启动

npm start

 成功后会在控制台打印访问地址

五:输入上面的就能看到编辑界面了

转载于:https://www.cnblogs.com/season2009/p/7737195.html

你可能感兴趣的:(Swagger Editor本地安装)