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

# 关于Vux

![](https://raw.githubusercontent.com/airyland/vux/master/logo.png)

Be Cool with Vue and WeUI.

![](https://img.shields.io/badge/chat-%20on%20bearychat%20-82c547.svg?style=flat-square)

Vux = Vue + WeUI + A Bunch of Components

&#x20;![](https://img.shields.io/npm/v/vux.svg?style=flat-square) ![](https://img.shields.io/npm/dm/vux.svg?style=flat-square) ![](http://issuestats.com/github/airyland/vux/badge/issue?style=flat-square)

## Vux

Vux 基于`Vue`和`WeUI`的组件库。

Vux的目标是：

* 尽量满足手机端页面大部分组件需求。
* 尽量保持小体积(甚至不依赖`Zepto`)。
* 尽量简洁优雅。

### Demo

&#x20;[https://vux.li](https://vux.li/?x-page=github_readme)\
&#x20;![](https://raw.githubusercontent.com/airyland/vux/master/assets/qr.png)

#### 文档修订

```bash
# clone the doc repo
git clone https://github.com/vuxjs/vux-doc.git

# 安装gitbook-cli
npm install gitbook-cli -g

# cd到文档目录
gitbook install
gitbook serve
```
