# MINE-H5-UI
**Repository Path**: sync-github/MINE-H5-UI
## Basic Information
- **Project Name**: MINE-H5-UI
- **Description**: 一款轻量级、模块化基于 VUE 的 H5 前端 UI 组件库
- **Primary Language**: TypeScript
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: https://github.com/biaov/MINE-H5-UI
- **GVP Project**: No
## Statistics
- **Stars**: 2
- **Forks**: 0
- **Created**: 2021-11-15
- **Last Updated**: 2025-02-13
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# MINEH5UI
一款轻量级、模块化基于 VUE3 的 H5 前端 UI 组件库 👍

## 使用文档
* **[😎 1.x](https://mineh5ui.biaov.cn/)**
* **[😎 2.x](https://mineh5ui.biaov.cn/v2)**
## 安装
```Basic
npm i mine-h5-ui@2 -S
```
### 使用
```JavaScript
import { createApp } from "vue";
import App from "./App.vue";
import MINEH5UI from "mine-h5-ui";
import "mine-h5-ui/lib/theme-default/index.css";
const app = createApp(App);
app.use(MINEH5UI);
app.mount("#app");
```
* 👉 在[快速开始](https://mineh5ui.biaov.cn/v2/doc/start)中查看更多信息。
## 项目文档
* [Explain.md](https://github.com/biaov/MINE-H5-UI/blob/master/Explain.md)
## License
* [MIT](http://opensource.org/licenses/MIT)
* Copyright © 2020-present, TalkingData.