Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Latest commit

 

History

History
76 lines (53 loc) · 3.15 KB

README.md

File metadata and controls

76 lines (53 loc) · 3.15 KB

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

项目说明:

  • 基于微信小程序开发的一款移动端小商城
  • 基于 weui.wxss、es6 前端技术开发
  • 基于 wx-extend 第三方扩展插件(发送请求、Promise API、表单验证)
  • 前台 m-mall
  • 后台 m-mall-admin

目录结构:

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                    # 小程序公共样式表
  |-...

项目截图:

贡献

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

License

MIT