@mintjamsinc/vue-appbase

1.1.1 • Public • Published

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.

Dependencies (0)

    Dev Dependencies (12)

    Package Sidebar

    Install

    npm i @mintjamsinc/vue-appbase

    Weekly Downloads

    1

    Version

    1.1.1

    License

    MIT

    Unpacked Size

    23 kB

    Total Files

    5

    Last publish

    Collaborators

    • kenichif
    • mintjams-bot