# go-doudou-openapi-ui **Repository Path**: unionj-cloud/go-doudou-openapi-ui ## Basic Information - **Project Name**: go-doudou-openapi-ui - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-13 - **Last Updated**: 2022-01-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # go-doudou-openapi-ui This is an OpenAPI3.0 specification UI project written by vuejs+typescript stack inspired by [redoc](https://github.com/Redocly/redoc) . Currently, it supports json format spec only, yaml support is coming soon. ![example](./example.gif) ## Usage Clone the repo. ``` git clone git@github.com:unionj-cloud/go-doudou-openapi-ui.git ``` Install dependencies and start the project, then browser will be opened automatically. ```shell yarn install && yarn serve ``` Add `?docUrl=${OAS3_SPEC_LINK}` to `http://localhost:9527/#/index` and click `enter`, online documentation will display. NOTE: `${OAS3_SPEC_LINK}` must support cors visit. ## Screenshot ![screenshot](./screenshot.png) ![screenshot2](./screenshot2.png) ![screenshot3](./screenshot3.png)