> For the complete documentation index, see [llms.txt](https://iview-mpvue.gitbook.io/iview-mpvue/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://iview-mpvue.gitbook.io/iview-mpvue/master.md).

# 首页

## 介绍

iview-mpvue是一套基于Vue开发的小程序UI组件库，适用于采用mpvue开发小程序的场景，支持开发者使用Vue组件引用方式进行开发

## 名称由来

iview-mpvue是在iview-weapp这一套UI库的基础上，采用Vue移植的一套组件库，适用mpvue以及同类框架开发构建，由iview团队与mpvue团队合作开发。

## 安装使用

```
npm i iview-mpvue
```

## 仓库地址

{% embed url="<https://github.com/iview/iview-mpvue>" %}

## 在线体验

![mpvueUI](/files/-LkbkXvCzKHFN_Z93Uqy)

#### 说明:&#x20;

文中所有示例均以mpvue页面开发模式引入组件以及样式。mpvue不支持使用Vue.use()以及Vue.component('xx', yy)进行注册组件，组件需按需引入


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://iview-mpvue.gitbook.io/iview-mpvue/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
