|  kele
				
				447ece1a49
				Merge branch 'master' of https://gitee.com/sheepjs/shopro-uniapp | 2 年之前 | |
|---|---|---|
| pages | 2 年之前 | |
| sheep | 2 年之前 | |
| static | 2 年之前 | |
| uni_modules | 2 年之前 | |
| .gitignore | 2 年之前 | |
| .prettierignore | 2 年之前 | |
| .prettierrc | 2 年之前 | |
| App.vue | 2 年之前 | |
| LICENSE | 2 年之前 | |
| README.md | 2 年之前 | |
| androidPrivacy.json | 2 年之前 | |
| env | 2 年之前 | |
| index.html | 2 年之前 | |
| jsconfig.json | 2 年之前 | |
| main.js | 2 年之前 | |
| manifest.json | 2 年之前 | |
| package.json | 2 年之前 | |
| pages.json | 2 年之前 | |
| uni.scss | 2 年之前 | |
| vite.config.js | 2 年之前 | 
前端技术栈:uni-app、ES6、Vue3、Vite、Pinia;
# 1.克隆项目
$ git clone https://gitee.com/sheepjs/shopro-uniapp.git
# 2.拷贝env示例配置文件 重命名为.env
$ cd shopro-uniapp
$ cp env .env 
# 3.安装依赖 (需安装nodejs环境, 使用npm国内镜像)
$ npm install --registry=https://registry.npmmirror.com
# 4.使用HbuilderX 运行...
客户端演示地址:https://shopro.sheepjs.com
演示账号: shopro
演示密码: a123456
管理端演示地址:https://shopro.sheepjs.com/admin/
演示账号: shopro
演示密码: 123456
(注意:演示环境已屏蔽管理权限和相关操作)
├── pages                   // 页面
│      ├── index            // 入口页面
│      ├── user             // 用户相关
│      ├── public           // 公共页面
│      ├── activity         // 活动页面
│      ├── app              // 积分、签到页面
│      ├── chat             // 客服页面
│      ├── commission       // 分销页面
│      ├── coupon           // 优惠券页面
│      ├── goods            // 商品页面
│      ├── order            // 订单页面
│      ├── pay              // 支付页面
├── sheep                   // 底层依赖/工具库
│      ├── api              // 服务端接口
│      ├── components       // 自定义功能组件
│      ├── config           // 配置文件
│      ├── helper           // 助手函数
│      ├── hooks            // vue-hooks
│      ├── libs             // 自定义依赖
│      ├── platform         // 第三方平台登录、分享、支付
│      ├── request          // 请求类库
│      ├── router           // 自定义路由跳转
│      ├── scss             // 主样式库
│      ├── store            // pinia状态管理模块
│      ├── ui               // 自定义UI组件
│      ├── url              // cdn图片地址格式化
│      ├── validate         // 通用验证器
│      ├── index.js         // Shopro入口文件
├── uni_modules             // dcloud第三方插件
更新插件市场忽略文件问题
更改客服聊天图片样式问题
su-image组件中customStyle添加width属性;如果您觉得我们的开源项目很有帮助,请点击 :star: Star(https://gitee.com/sheepjs/shopro-uniapp.git) 支持 SheepJS 开源团队:heart: