我想在Ubuntu上安装Swagger。我是新来的招摇。我想用swagger做一些api文档。为此我需要在我的机器上安装什么东西?请尽快将信息发给我。
如果您使用的是docker,只需拉动并运行swaggerapi/swagger-editor即可
docker pull swaggerapi/swagger-editor
docker run -p 80:8080 swaggerapi/swagger-editor
打开浏览器到http://localhost:80/
npm install -g http-server
git clone https://github.com/swagger-api/swagger-editor.git
http-server -p 8080 swagger-editor