看了不少文章,怎麼本地安裝都比較亂,一番折騰,最後終於成功本地搭建Swagger Editor,記錄以下(Windows 7):node
進入命令行:git
(1)cd E:\Learning\AWSgithub
(2)git clone https://github.com/swagger-api/swagger-editor.gitnpm
(3) cd E:\Learning\AWS\swagger-editorapi
(4)npm install瀏覽器
(5)npm start命令行
而後在瀏覽器中輸入:http://127.0.0.1:3001/,成功完成!blog
如下爲整個過程的相關拷屏:it
安裝完後須要進行啓動:test
本文的前提是已經安裝了NodeJS(安裝nodejs的同時會自動安裝npm)
參考文獻:https://testerhome.com/topics/8168