# super-ui

基于vue 2+ 的组件库。


### 启动

```
git clone https://github.com/onaug6th/super-ui

cd super-ui

npm install 

npm run serve
```
默认会开启8080端口，访问localhost:8080即可打开项目。

### 构建

构建组件库生产文件
```
npm run lib:build
```
