0.1.4 • Published 5 years ago

@iit/vue-ui v0.1.4

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

@iit/vue-ui

npm.io Generic badge

It's just a library with some custom Vue components.

Installation and Usage

  1. Install package:
    npm install @iit/vue-ui -S
  2. 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.

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.0

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.1

5 years ago