@iit/vue-ui
v0.1.4
Published
It's just a library with some custom Vue components
Downloads
4
Readme
@iit/vue-ui
It's just a library with some custom Vue components.
Installation and Usage
- Install package:
npm install @iit/vue-ui -S
- Include the scripts by using following snippet:
import IitComponents from "@iit/vue-ui"; Object.keys(IitComponents).forEach(name => { Vue.component(name, IitComponents[name]); });
List of components:
All components are registered with the Vue global and are available for use. You don't need to re-register them.
List is empty now.