<p align="center">
    <img alt="logo" src="" width="120" height="120" style="margin-bottom: 10px;">
</p>
<h3 align="center" style="margin: 30px 0 30px;font-weight: bold;font-size:40px;">stormUI</h3>
<h3 align="center">丰富的前端开发模板库</h3>


## 说明

stormUI，是基于[uni-app](https://uniapp.dcloud.io/)生态的前端模板页面库，丰富全面的页面模板和便捷的工具让您开箱即用

## 特性

- 兼容安卓，iOS，微信小程序，H5，QQ小程序，百度小程序，支付宝小程序，头条小程序
- 20+优质模板，功能丰富，多端兼容，让您开箱即用
- 详尽的文档支持，现代化的演示效果


## 安装

```bash
# npm方式安装
npm i echoui
```

## 快速上手

1. `main.js`引入stormUI库
```js
// main.js
import stormUI from 'storm-ui';
Vue.use(stormUI);
```

2. `App.vue`引入基础样式(注意style标签需声明scss属性支持)
```css
/* App.vue */
<style lang="scss">
@import "storm-ui/index.scss";
</style>
```

3. `uni.scss`引入全局scss变量文件
```css
/* uni.scss */
@import "storm-ui/theme.scss";
```

## 预览
Coming Soon...

## 版权信息
stormUI遵循[MIT](https://en.wikipedia.org/wiki/MIT_License)开源协议，意味着您无需支付任何费用，也无需授权，即可将stormUI应用到您的产品中。
