## hello-ui

### 开发
```bash
## 安装依赖
npm install

## 启动example
npm run dev

## 构建
npm run build
```

### 使用
npm install [hello-ui](https://www.npmjs.com/package/hello-ui)
```shell
npm install hello-ui --save-dev
```
import as module
```js
import 'node_modules/hello-ui/dist/hello.css';
import Hello from 'hello-ui';
Hello.Loading.show();
```

