f820602h / vue-components-lib

a vue components library with storybook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Vue 42.4%Language:JavaScript 37.2%Language:CSS 15.9%Language:HTML 4.4%