@mycure/facilities
v5.0.4
Published
A Vue.js project
Downloads
4
Readme
Mycure Vue Facilities module
Installation and Usage
$ yarn add @mycure/facilities
- use as a vue plugin
import Vue from 'vue';
import McFacilities from '@mycure/facilities';
Vue.use(McFacilities)
- above will do the ff:
- describe side effects here
- sample side effects:
- attach a global method/attribute
- attach an instance method/attribute
- add components
// create sample use here