Skip to content

f820602h/vue-components-lib

Repository files navigation

vue-components-lib

a vue components library with storybook

Usage

  1. 安裝 vue-components-lib.

    npm install https://github.com/f820602h/vue-components-lib.git
    // or
    yarn add https://github.com/f820602h/vue-components-lib.git
    
  2. main.js 引入並使用

    import VueComponentsLib from "vue-components-lib"
    
    Vue.use(VueComponentsLib)
    
  3. 開始使用元件

    // example
    <max-button>Click!</max-button>
    

About

a vue components library with storybook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published