Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/niuhuahua/kedouWechat
蝌蚪物流的微信小程序 基于wepy框架
https://github.com/niuhuahua/kedouWechat
Last synced: 2 months ago
JSON representation
蝌蚪物流的微信小程序 基于wepy框架
- Host: GitHub
- URL: https://github.com/niuhuahua/kedouWechat
- Owner: niuhuahua
- Created: 2018-04-24T07:42:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-27T03:04:33.000Z (almost 7 years ago)
- Last Synced: 2024-08-03T21:02:53.037Z (6 months ago)
- Language: JavaScript
- Size: 794 KB
- Stars: 17
- Watchers: 0
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-wepy - kedouWechat: 蝌蚪物流的微信小程序 基于wepy框架
README
# kedouWechat
> 蝌蚪物流的微信小程序 基于wepy框架
### 安装运行
```
1. git clone https://github.com/niuhuahua/kedouWechat.git2. 运行`npm install` 安装依赖 建议用淘宝镜像 cnpm
3. 微信开发者工具 --> 项目 --> 关闭ES6转ES5
4. 本地项目根目录运行wepy build --watch,开启实时编译
```
### 效果图
#### 登录![](./imgView/login.png)
#### 个人主页
![](./imgView/member.png)
#### 嵌入的webView
![](./imgView/webView.jpg)
#### 记录列表页
![](./imgView/list.png)