1.1.1 • Published 3 years ago

@mintjamsinc/vue-appbase v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

vue-appbase

A reusable AppBase component for Vue.js 2.x used by webtop applications.

Installation

npm install --save-dev @mintjamsinc/vue-appbase

Usage

<AppBase>
  <template v-slot:menubar>
    <!-- Defines the menu content that appears at the top of your application -->
  </template>
  <!-- Defines the primary content of your application -->
</AppBase>
import AppBase from '@mintjamsinc/vue-appbase';

export default {
  components: {
    AppBase: AppBase,
  },
}

License

MIT

Copyright (c) 2021 MintJams Inc.