# wx-shopping **Repository Path**: noviceLuo/wx-shopping ## Basic Information - **Project Name**: wx-shopping - **Description**: 微信购物商城 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-12-06 - **Last Updated**: 2024-06-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wx-shopping #### 介绍 微信购物商城 小程序版本-V2.9.4 #### 软件架构 #### 目录结构 ``` ├── assets 静态资源 | └── images 图片 ├── common 公用组件 ├── components 组件 ├── pages 页面 | ├── home | | ├── home.wxml | | ├── home.js | | ├── home.json | | └── home.wxss | ├── category | ├── cart | └── profile ├── service ajax请求 ├── utils 工具类 ├── app.js 小程序主js入口 ├── app.json 全局配置文件 ├── app.wxss 全局样式文件 ├── project.config.json 版本及配置管理 └── sitemap.json 小程序SEO管理 ``` #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 小程序需要了解点 1. 如何使用npm 2. 如何使用iconfont字体库 3. 如何编写独立插件 4. 如何分包加载 5. components组件编写 6. tamplate模板编写 ``` 1. tamplate代码-使用例子: {{title}}