Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).