Swagger Editor offline installation

前端 未结 4 630
南方客
南方客 2021-01-05 03:14

Our company is using swagger to document their API\'s, currently a couple of developers are using the online swagger editor on their PC\'s.

I want to move this piec

4条回答
  •  花落未央
    2021-01-05 03:51

    In short answer is https://swagger.io/docs/swagger-tools/#swagger-editor

    git clone https://github.com/swagger-api/swagger-editor.git
    cd swagger-editor
    npm install
    npm run build
    npm start
    

    And it will works in your Intranet OK.

提交回复
热议问题