2015年9月2日 星期三

swagger安裝

安裝教學:

首先要安裝node


$ git clone https://github.com/swagger-api/swagger-editor.git
$ cd swagger-editor

Start on Mac and Linux:
$ npm start

Start on Windows:
$ npm install -g bower grunt-cli
$ npm install
$ bower install
$ grunt serve


參考網址:

  1. 連結(http://pythonhackers.com/p/sethathi/swagger-editor)