mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
update README.md
This commit is contained in:
parent
93ed851740
commit
dc018a8d6f
25
README.md
25
README.md
@ -1,35 +1,42 @@
|
|||||||
<p>
|
<p>
|
||||||
<a href="https://github.com/youzan/"><img alt="有赞logo" width="36px" src="https://img.yzcdn.cn/public_files/2017/02/09/e84aa8cbbf7852688c86218c1f3bbf17.png" alt="youzan">
|
<a href="https://github.com/youzan/"><img alt="logo" width="36px" src="https://img.yzcdn.cn/public_files/2017/02/09/e84aa8cbbf7852688c86218c1f3bbf17.png" alt="youzan">
|
||||||
</p></a>
|
</a>
|
||||||
<p align="center">
|
|
||||||
<img alt="项目logo" src="https://img.yzcdn.cn/public_files/2017/02/06/ee0ebced79a80457d77ce71c7d414c74.png">
|
|
||||||
</p>
|
</p>
|
||||||
<p align="center">高颜值、好用、易扩展的小程序 UI 库</p>
|
<p align="center">
|
||||||
|
<img alt="logo" src="https://img.yzcdn.cn/public_files/2017/12/18/fd78cf6bb5d12e2a119d0576bedfd230.png" width="120" style="margin-bottom: 10px;">
|
||||||
|
</p>
|
||||||
|
<p align="center">轻量、可靠的小程序组件库</p>
|
||||||
|
|
||||||
|
|
||||||
## 概述
|
## 概述
|
||||||
[vant-weapp](https://youzan.github.io/vant-weapp)是有赞移动端组件库 Vant 的小程序版本,结合了微信的视觉规范,为用户提供更加统一的使用感受。
|
[vant-weapp](https://youzan.github.io/vant-weapp)是有赞移动端组件库 Vant 的小程序版本,使用统一的视觉规范,为用户提供更加统一的使用感受。
|
||||||
|
|
||||||
现已包含 badge、btn、card、cell、dialog、icon、label、noticebar、panel、popup、switch、tab、toast、toptips 等组件或元素。具体可以扫描下方小程序二维码,体验组件库示例 Demo
|
扫描下方小程序二维码,体验组件库示例 Demo:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
更多背景介绍,请移步 [我们写的介绍文章](http://tech.youzan.com/vant-weapp/)。
|
## 文档
|
||||||
|
|
||||||
|
[https://youzan.github.io/vant-weapp](https://youzan.github.io/vant-weapp)
|
||||||
|
|
||||||
## 下载
|
## 下载
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
git clone https://github.com/youzan/vant-weapp.git
|
git clone https://github.com/youzan/vant-weapp.git
|
||||||
```
|
```
|
||||||
|
|
||||||
## 预览
|
## 预览
|
||||||
|
|
||||||
1. 在 vant-weapp 根目录下运行
|
1. 在 vant-weapp 根目录下运行
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
# 安装项目依赖
|
# 安装项目依赖
|
||||||
npm install
|
npm install
|
||||||
# 执行组件编译
|
# 执行组件编译
|
||||||
npm run dev
|
npm run dev
|
||||||
```
|
```
|
||||||
2. 打开[微信web开发者工具](https://mp.weixin.qq.com/debug/wxadoc/dev/devtools/download.html),'本地小程序项目 - 添加项目',把 vant-weapp/example 目录添加进去就可以预览示例demo了。
|
|
||||||
|
2. 打开[微信开发者工具](https://mp.weixin.qq.com/debug/wxadoc/dev/devtools/download.html),'本地小程序项目 - 添加项目',把 vant-weapp/example 目录添加进去就可以预览示例demo了。
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ module.exports = {
|
|||||||
header: {
|
header: {
|
||||||
logo: {
|
logo: {
|
||||||
image: 'https://img.yzcdn.cn/public_files/2017/12/18/fd78cf6bb5d12e2a119d0576bedfd230.png',
|
image: 'https://img.yzcdn.cn/public_files/2017/12/18/fd78cf6bb5d12e2a119d0576bedfd230.png',
|
||||||
title: 'Vant 小程序',
|
title: 'vant-weapp',
|
||||||
href: 'http://www.youzanyun.com/zanui'
|
href: 'http://www.youzanyun.com/zanui'
|
||||||
},
|
},
|
||||||
nav: {
|
nav: {
|
||||||
@ -18,8 +18,8 @@ module.exports = {
|
|||||||
footer: {
|
footer: {
|
||||||
github: 'https://github.com/youzan/vant-weapp',
|
github: 'https://github.com/youzan/vant-weapp',
|
||||||
nav: {
|
nav: {
|
||||||
'React 组件库': 'https://www.youzanyun.com/zanui/zent',
|
'React 组件库': 'https://github.com/youzan/zent',
|
||||||
'Vue 组件库': 'https://www.youzanyun.com/zanui/vant',
|
'Vue 组件库': 'https://github.com/youzan/vant',
|
||||||
意见反馈: 'https://github.com/youzan/vant-weapp/issues',
|
意见反馈: 'https://github.com/youzan/vant-weapp/issues',
|
||||||
开发指南: 'https://github.com/youzan/vant-weapp/blob/dev/.github/CONTRIBUTING.zh-CN.md',
|
开发指南: 'https://github.com/youzan/vant-weapp/blob/dev/.github/CONTRIBUTING.zh-CN.md',
|
||||||
加入我们: 'https://job.youzan.com'
|
加入我们: 'https://job.youzan.com'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user