<!--
 * @Author: your name
 * @Date: 2021-11-04 20:40:56
 * @LastEditTime: 2021-11-06 15:05:16
 * @LastEditors: Please set LastEditors
 * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 * @FilePath: \Gui\ghh-ui\README.md
-->

# ghh-ui

### 自定义组件（主要是图片展示 Vue 组件）

#### 组件引入方法

```
import Gui from 'ghh-ui';
import 'ghh-ui/lib/ghh-ui.css';
Vue.use(Gui);
```

##### 注意：本组件依赖于 bootstrap-vue 组件，详情请查看[Bootstrap-vue Document](https://bootstrap-vue.org/).

## 开发步骤：

## Project setup

```
yarn install
```

### Compiles and hot-reloads for development

```
yarn serve
```

### Compiles and minifies for production

```
yarn build
```

### Lints and fixes files

```
yarn lint
```

### Make lib and publish npm package

```
yarn lib
```

### Customize configuration

See [Configuration Reference](https://cli.vuejs.org/config/).
