https://github.com/andurils/vant-weapp-uniapp
uniapp demo for vant-weapp(only wechat miniprogram )
https://github.com/andurils/vant-weapp-uniapp
uniapp vant-ui vant-weapp wechat wechat-mini-program
Last synced: 9 months ago
JSON representation
uniapp demo for vant-weapp(only wechat miniprogram )
- Host: GitHub
- URL: https://github.com/andurils/vant-weapp-uniapp
- Owner: andurils
- License: mit
- Archived: true
- Created: 2020-02-13T10:11:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-17T06:23:32.000Z (over 4 years ago)
- Last Synced: 2025-03-15T23:28:28.566Z (over 1 year ago)
- Topics: uniapp, vant-ui, vant-weapp, wechat, wechat-mini-program
- Language: JavaScript
- Homepage: https://ext.dcloud.net.cn/plugin?id=1303
- Size: 2.51 MB
- Stars: 20
- Watchers: 1
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.zh-CN.md
- License: LICENSE
Awesome Lists containing this project
README
# VantUI Uniapp 示例
本示例原本是从 vant 官方发布的微信演示示例转换而来,支持微信小程序(H5 不支持!!)。 vant-weapp 版本为 1.6.7.
vant weapp 的组件库,都在工程的 wxcomponents 目录下。pages 目录下是各个示例页面。
## 图片上传服务
提供了图片 Nodejs 服务 ,代码路径为\src\node-image-upload-server
安装 npm 包
```
npm install
```
运行服务
```
node app
```
## 感谢
本示例参考了依据官网增加了新控件的使用示例。 🔥 Vant 文档网站
## 更新日志