@mintjamsinc/vue-appbase
v1.1.1
Published
A reusable AppBase component for Vue.js 2.x used by webtop applications.
Downloads
6
Readme
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
Copyright (c) 2021 MintJams Inc.