# m-mall **Repository Path**: wu_mingwei/m-mall ## Basic Information - **Project Name**: m-mall - **Description**: :dog: 微信小程序-小商城前台(基于 weui.wxss、es6 前端技术开发...) - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-04-09 - **Last Updated**: 2024-12-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 微信小程序-移动端小商城 ## 项目说明: - 基于微信小程序开发的一款移动端小商城 - 基于 weui.wxss、es6 前端技术开发 - 基于 [wx-extend](https://github.com/skyvow/wx-extend) 第三方扩展插件(发送请求、Promise API、表单验证) - 前台 [m-mall](https://github.com/skyvow/m-mall) - 后台 [m-mall-admin](https://github.com/skyvow/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