1.0.1 • Published 4 years ago

vue-openapi-bootstrap v1.0.1

Weekly downloads
5
License
Apache-2.0
Repository
github
Last release
4 years ago

Screenshots

screen1 screen2

Usage

<template>
  <vue-openapi-bootstrap :openapi="openapi"></vue-openapi-bootstrap>
</template>

<script>
import vueOpenapiBootstrap from 'vue-openapi-bootstrap/src/vue-openapi-bootstrap'
export default {
  components: {vueOpenapiBootstrap},
  data () {
    return {
      openapi: {}
    }
  }
}
</script>

Build Setup

# install dependencies
npm install

# build for production with minification
npm run build

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

1.0.1

4 years ago

1.0.0

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago