# vue-zui
**Repository Path**: ddmfony/vue-zui
## Basic Information
- **Project Name**: vue-zui
- **Description**: 基于Vue.js实现的移动UI组件库
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: http://area.oschina.io/vue-zui
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 37
- **Created**: 2016-08-01
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
## vui(beta)
### 移动端UI框架,基于Vue.js实现。
持续更新移动webapp项目所需的常用组件
目前是beta版本,有些规范还在优化中,升级时请注意留意文档更新说明
### 使用文档
http://area.oschina.io/vue-zui/#!/
### vui 组件库

## Browser
## CommonJS
import citySelect from "vue-zui/src/components/select/citySelect/"
new Vue({
el:"#app",
components:{
citySelect:citySelect
}
});
## nodeJs
npm install vue-zui