Swagger Editor offline installation

前端 未结 4 620
南方客
南方客 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:38

    npm is not required, you can download the compiled files from the Swagger Editor repository:

    • index.html
    • dist\*

    and open index.html locally (from the file system) or put the files onto a web server in your network.

提交回复
热议问题