A Vue UI component library
npm install wick-ui开发使用,安装parcel
npm i -D parcel-bundler
##### 作者:刘一笔 Sam

,::before,*::after{box-sizeing: border-box}
`
2. 安装 wick
`
npm i --save samwick
import {Button, ButtonGroup, Icon} from 'wick'
export default {
name: 'app',
components: {
'w-button': Button,
'w-icon': Icon
}
}
``