收藏
评论

基于node+Express+MongoDB 实现小程序商城


说明:

1、本人也是初次完整使用小程序,如有BUG或者不足的地方请在Issues或者本文下方留言,作者会尽快修改,谢谢!

2、本项目适合初学者或者准备自学小程序的伙伴


小程序功能:


```

|-- images               // 公共图片

|-- lib                  // 公共文件

|-- pages                // 页面

|   |-- index            // 首页

|   |-- list             // 商品列表

|   |-- details          // 商品详情

|   |-- user             // 个人中心

|   |-- order            // 我的订单

|   |-- coupon           // 优惠券

|   |-- cart             // 购物车

|   |-- addressList      // 我的地址

|   |-- addressAdd       // 添加地址

|-- README.md            // 说明

```

页面截图:















付:

1、如果对你有帮助别忘了给作者 star、fork。

2、本项目会长期维护及优化,后面会增加服务端版本(node)



微信小程序实现移动端商城

说明

>  如有问题或者遇到坑请直接在 Issues 中提,或者可以加我的QQ 212181324

>  如果对您有帮助,您可以点右上角 "Star" 支持一下 谢谢! ^_^

>  博客地址:https://blog.csdn.net/qq_28027903/article/details/82109408

>  服务端:https://github.com/FZliweiliang/wechat-app-mall-server(正在开发中)

>  此项目会一直持续更新 后期会使用node提供服务

>  提示小程序大于2M可以把screenshot文件夹删除

项目截图:

<img src="https://github.com/474782977/wechat-app-mall/blob/master/screenshot/1.png" width="320px" style="display:inline;"> <img src="https://github.com/474782977/wechat-app-mall/blob/master/screenshot/2.png" width="320px" style="display:inline;"> <img src="https://github.com/474782977/wechat-app-mall/blob/master/screenshot/3.png" width="320px" style="display:inline;"> <img src="https://github.com/474782977/wechat-app-mall/blob/master/screenshot/4.png" width="320px" style="display:inline;"> <img src="https://github.com/474782977/wechat-app-mall/blob/master/screenshot/5.png" width="320px" style="display:inline;"> <img src="https://github.com/474782977/wechat-app-mall/blob/master/screenshot/6.png" width="320px" style="display:inline;"> <img src="https://github.com/474782977/wechat-app-mall/blob/master/screenshot/7.png" width="320px" style="display:inline;"> <img src="https://github.com/474782977/wechat-app-mall/blob/master/screenshot/8.png" width="320px" style="display:inline;"> <img src="https://github.com/474782977/wechat-app-mall/blob/master/screenshot/9.png" width="320px" style="display:inline;"> <img src="https://github.com/474782977/wechat-app-mall/blob/master/screenshot/10.png" width="320px" style="display:inline;"> <img src="https://github.com/474782977/wechat-app-mall/blob/master/screenshot/11.png" width="320px" style="display:inline;">

项目布局

|-- images               // 公共图片
|-- lib                  // 公共文件
|-- pages                // 页面
|   |-- index            // 首页
|   |-- list             // 商品列表
|   |-- details	         // 商品详情
|   |-- user             // 个人中心
|   |-- order            // 我的订单
|   |-- coupon           // 优惠券
|   |-- cart             // 购物车
|   |-- addressList      // 我的地址
|   |-- addressAdd       // 添加地址
|-- README.md            // 说明

开发环境:

调试基础库 2.0.4

支持作者

>  你的支持将是作者最大的动力(蚂蚁再小也是肉😁)

<img src="https://github.com/474782977/wechat-app-mall/blob/master/screenshot/zfb.jpg" width="320px" style="display:inline;"> <img src="https://github.com/474782977/wechat-app-mall/blob/master/screenshot/wx.png" width="320px" style="display:inline;">

最后一次编辑于  2018-08-31
收藏
登录 后发表内容