1.0.6 • Published 4 years ago

vue-lib-commponents v1.0.6

Weekly downloads
28
License
-
Repository
-
Last release
4 years ago

Vue-lib-commponents

Vue-lib-commponents is a Vue library for add commponents.

Installation

Use the package manager npm to install vue-lib-commponents.

npm install vue-lib-commponents

Add css file to global scope.

@import "../../node_modules/vue-lib-commponents/src/lib-components/css.css";

Usage

import {
  VueLibButton,
  VueLibInput,
  VueLibDatepicker,
  VueLibTableList 
  } from "vue-lib-commponents";

components: {
    VueLibButton,
    VueLibInput,
    VueLibDatepicker,
    VueLibTableList
  },
1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago