Skip to content

POC of Webpack + swagger-ui + swagger-ui-react integration

Notifications You must be signed in to change notification settings

char0n/swagger-ui-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpack + swagger-ui + swagger-ui-react

This repo serves as POC of integrating swagger-ui and swagger-ui-react with Webpack.

Project Setup

npm install

Compile and Minify for Production

npm run build:swagger-ui
npm run build:swagger-ui-react

Open swagger-ui.html and swagger-ui-react.html in you browser and you should see the SwaggerUI rendered.