# customer2shop
**Repository Path**: onedaydayday/customer2shop
## Basic Information
- **Project Name**: customer2shop
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-05-24
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
全栈小程序客来店解决方案
本项目还在开发进行中,项目开发相关历程发布于掘金[戳这里](https://juejin.im/post/5e7d8319e51d4546f03d7b0b)。
适用于: `美业` `婚庆/摄影` `教育/培训` `亲子`
```json
src
├── api // 后端接口调用统一处理
├── common
│ ├── decorators // 装饰器
│ └── interceptor // 各类拦截器
├── components // 组件
│ ├── biz // 业务组件 基本复用性不高
│ └── ui // UI组件 复用性高
├── config // 配置文件 读取.env文件内容
├── mixins // 各种mixins
├── pages // 页面相关
├── static // 静态文件
│ └── images
├── store // vuex
│ └── modules // vuex内的模块 分开
├── style // 共用style 参考@vant/weapp来写
└── types // d.ts
```