# 基于 Vue 开发的一个 UI 组件库

[![Build Status](https://travis-ci.org/FredaFei/amazing-ui.svg?branch=master)](https://travis-ci.org/FredaFei/amazing-ui)

[React Hooks 版本](https://fredafei.github.io/AUI/#/guide)

## 介绍

基于 Vue 开发的一个 UI 组件库

## 单元测试

+ mocha: JavaScript test framework
+ karma: JavaScript Test Runner
+ chai: 断言库
+ sinon: Standalone test spies, stubs and mocks for JavaScript.  Works with any unit testing framework

+ istanbul: 覆盖率

## 开始使用

-   安装
    使用本框架前，请在 CSS 中开启 border-box

```
*,*::before,*::after{box-sizing: border-box;}
```

## 文档

[文档地址](https://fredafei.github.io/amazing-ui/)

## 提问

若遇到问题或者更好的解决方案，可在该项目中提issues，欢迎相互交流学习。
（可附上代码链接，方便快速定位问题）
