https://github.com/eyeix/vue-swagger-ui
API Document WebPage For Swagger-ui 2 RestAPI built by Vue
https://github.com/eyeix/vue-swagger-ui
Last synced: 5 months ago
JSON representation
API Document WebPage For Swagger-ui 2 RestAPI built by Vue
- Host: GitHub
- URL: https://github.com/eyeix/vue-swagger-ui
- Owner: eyeix
- Created: 2020-07-09T08:21:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T11:05:23.000Z (over 3 years ago)
- Last Synced: 2025-11-29T20:58:22.950Z (8 months ago)
- Language: Vue
- Size: 1.17 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# apidocs
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).