1.0.33 • Published 5 years ago

@knonginda/base-components v1.0.33

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

Backoffice Base Components

Installation and Usage

  1. Just use npm install --save @bo/base-components
  2. Now you can include the scripts by using following snippet:
import Components from '@bo/base-components';

// Global registration in your main.js/App.vue file
Object.entried(Components).forEach((name, component) => {
    Vue.component(name, component);
});

List of components

All components are registered with the Vue global and are available for use. You do not need to re-register them.