基于swagger-ui和swagger-editor做的在线api管理系统
git clone https://github.com/vilien/apidoc.git
npm install
npm start
查看接口文档:http://127.0.0.1:8300/doc
打开swagger-editor:http://127.0.0.1:8300/editor
配置文件位于根目录下config.json
{
"port": 8300, // 运行端口
"apiPath": "api" // api文档所在目录
}