0.0.3 • Published 6 years ago

lunzi-vue v0.0.3

Weekly downloads
4
License
ISC
Repository
github
Last release
6 years ago

说明

这是一个vue轮子的库 Build Status

介绍

这是我在学习vue过程中做的组件库.

安装

  1. 设置css
*,
*::before, 
*::after {
  box-sizing: border-box;
}
html {
      --button-height: 32px;
      --font-size: 14px;
      --button-bg: white;
      --button-active-bg: #eee;
      --border-radius: 4px;
      --color: #333;
      --border-color: #999;
      --border-color-hover: #666;
    }
  1. 安装
npm i -S lunzi-vue
  1. 引入lunzi-vue
import {Button, ButtonGroup, Icon} from 'lunzi-vue'

export default {
  name: 'app',
  components: {
    HelloWorld,
    'g-button': Button,
    'g-icon': Icon
  }
}
0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago