1.0.6 • Published 6 years ago

vue-lib-commponents v1.0.6

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

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago