汽车商城小程序,可自定义 作为‘商城’类小程序模版
- 基于微信小程序开发的一款移动端汽车商城
- 基于 weui.wxss、es6 前端技术开发
- 前台CarShop
$ git clone https://github.com/kuhami/CarShop.git
$ cd CarShop
//导入微信开发者工具就可以啦
CarShop/
|-pages/ # 小程序页面相关文件
|- car_detail
|- index.js
|- index.json
|- index.wxml
|- index.wxss
|- ...
|-app.js # 小程序逻辑
|-app.json # 小程序公共设置
|-app.wxss # 小程序公共样式表
|-...