1.0.6 • Published 5 years ago

vue-lib-commponents v1.0.6

Weekly downloads
28
License
-
Repository
-
Last release
5 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

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago