@fortna/wes-ui-components
v1.0.0-beta.2
Published
## How to use: 1. Just use `npm install --save @fortna/wes-ui-components` 2. Use the components in your file directly.
Downloads
5
Readme
Fortna WES UI Components by VueJS
Installation and Usage:
- Just use
npm install --save @fortna/wes-ui-components
- Now you can include the scripts by using following snippet:
import Components from '@fortna/wes-ui-components';
// Global registration in your main.js file in project.
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.