Home

Awesome

微信小程序-移动端小商城

项目说明:

目录结构:

m-mall/
  |-assets/                     # 静态文件
     |- images/                 # 图片
     |- plugins/                # 插件
     |- styles/                 # 样式
     |- ...
  |-etc/                        # 配置文件
     |- config.js
     |- ...
  |-helpers/                    # 帮助文件
     |- HttpResource.js
     |- HttpService.js
     |- ...
  |-pages/                      # 小程序页面相关文件
      |- start
        |- index.js
        |- index.json
        |- index.wxml
        |- index.wxss
      |- ...
  |-app.js                      # 小程序逻辑
  |-app.json                    # 小程序公共设置
  |-app.wxss                    # 小程序公共样式表
  |-...

项目截图:

<img src="https://github.com/skyvow/m-mall/blob/master/assets/images/screenshots/screenshorts-11.png" width="375px" style="display:inline;"> <img src="https://github.com/skyvow/m-mall/blob/master/assets/images/screenshots/screenshorts-12.png" width="375px" style="display:inline;"> <img src="https://github.com/skyvow/m-mall/blob/master/assets/images/screenshots/screenshorts-13.png" width="375px" style="display:inline;"> <img src="https://github.com/skyvow/m-mall/blob/master/assets/images/screenshots/screenshorts-01.png" width="375px" style="display:inline;"> <img src="https://github.com/skyvow/m-mall/blob/master/assets/images/screenshots/screenshorts-02.png" width="375px" style="display:inline;"> <img src="https://github.com/skyvow/m-mall/blob/master/assets/images/screenshots/screenshorts-03.png" width="375px" style="display:inline;"> <img src="https://github.com/skyvow/m-mall/blob/master/assets/images/screenshots/screenshorts-04.png" width="375px" style="display:inline;"> <img src="https://github.com/skyvow/m-mall/blob/master/assets/images/screenshots/screenshorts-05.png" width="375px" style="display:inline;"> <img src="https://github.com/skyvow/m-mall/blob/master/assets/images/screenshots/screenshorts-06.png" width="375px" style="display:inline;"> <img src="https://github.com/skyvow/m-mall/blob/master/assets/images/screenshots/screenshorts-14.png" width="375px" style="display:inline;"> <img src="https://github.com/skyvow/m-mall/blob/master/assets/images/screenshots/screenshorts-07.png" width="375px" style="display:inline;"> <img src="https://github.com/skyvow/m-mall/blob/master/assets/images/screenshots/screenshorts-08.png" width="375px" style="display:inline;"> <img src="https://github.com/skyvow/m-mall/blob/master/assets/images/screenshots/screenshorts-09.png" width="375px" style="display:inline;"> <img src="https://github.com/skyvow/m-mall/blob/master/assets/images/screenshots/screenshorts-10.png" width="375px" style="display:inline;">

贡献

有任何意见或建议都欢迎提 issue

License

MIT