Swagger Editor offline installation

安稳与你 提交于 2019-12-04 08:50:54

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.

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!