apiruler-manager-swagger-ui-web-component
v0.12.13
Published
```html <kong-swagger-ui url="https://petstore3.swagger.io/api/v3/openapi.json"></kong-swagger-ui> ```
Readme
swagger-ui-web-component
<kong-swagger-ui url="https://petstore3.swagger.io/api/v3/openapi.json"></kong-swagger-ui>Note: This package currently requires linking the swagger-ui-kong-theme package locally.
- Clone the
swagger-ui-kong-themerepository and switch branch touniversal - Run
yarn && yarn build && yarn link - Go to your local clone directory of this repository and run
yarn link "@kong/swagger-ui-kong-theme" - Run
yarn && yarn start - Local development server should be running on http://localhost:5173
