Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dernasherbrezon/vue-openapi-bootstrap
OpenAPI viewer component for VueJS
https://github.com/dernasherbrezon/vue-openapi-bootstrap
bootstrap bootstrap4 openapi openapi3 vuejs
Last synced: 20 days ago
JSON representation
OpenAPI viewer component for VueJS
- Host: GitHub
- URL: https://github.com/dernasherbrezon/vue-openapi-bootstrap
- Owner: dernasherbrezon
- License: apache-2.0
- Created: 2019-11-17T19:00:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-31T04:26:57.000Z (almost 2 years ago)
- Last Synced: 2024-10-16T05:13:34.774Z (about 1 month ago)
- Topics: bootstrap, bootstrap4, openapi, openapi3, vuejs
- Language: Vue
- Size: 579 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Screenshots
![screen1](/doc/1.png?raw=true)
![screen2](/doc/2.png?raw=true)## Usage
```javascript
import vueOpenapiBootstrap from 'vue-openapi-bootstrap/src/vue-openapi-bootstrap'
export default {
components: {vueOpenapiBootstrap},
data () {
return {
openapi: {}
}
}
}```
## Build Setup
``` bash
# install dependencies
npm install# build for production with minification
npm run build```
For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).