Skip to content

This is an example repository for a simple Vue.js library

License

Notifications You must be signed in to change notification settings

openbox/bb-vue-library

Repository files navigation

bb-vue-library

build status coverage npm version

This is an example repository for a simple vue library.

Install

npm install @openbox/bb-vue-library

Usage

<!-- .vue file -->
<template>
  <Foo />
</template>
<script>
  import { Foo } from '@openbox/bb-vue-library';

  export default {
    components: { Foo },
  }
</script>

About

This is an example repository for a simple Vue.js library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published