{"id":13901439,"url":"https://github.com/stavyan/TinyShop-UniApp","last_synced_at":"2025-07-17T22:30:50.516Z","repository":{"id":37668540,"uuid":"246754473","full_name":"stavyan/TinyShop-UniApp","owner":"stavyan","description":"基于 RageFrame2 的一款免费开源的基础商城销售功能的开源微商城。","archived":false,"fork":false,"pushed_at":"2022-12-12T04:58:07.000Z","size":68995,"stargazers_count":1713,"open_issues_count":31,"forks_count":588,"subscribers_count":33,"default_branch":"base","last_synced_at":"2024-08-07T21:45:30.631Z","etag":null,"topics":["shop","uniapp","vue"],"latest_commit_sha":null,"homepage":"http://h5.tinyshop.rageframe.com","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stavyan.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-12T05:51:12.000Z","updated_at":"2024-08-02T13:32:13.000Z","dependencies_parsed_at":"2023-01-27T13:46:33.991Z","dependency_job_id":null,"html_url":"https://github.com/stavyan/TinyShop-UniApp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stavyan%2FTinyShop-UniApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stavyan%2FTinyShop-UniApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stavyan%2FTinyShop-UniApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stavyan%2FTinyShop-UniApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stavyan","download_url":"https://codeload.github.com/stavyan/TinyShop-UniApp/tar.gz/refs/heads/base","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226305423,"owners_count":17603810,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["shop","uniapp","vue"],"created_at":"2024-08-06T21:01:23.414Z","updated_at":"2024-11-25T09:31:33.703Z","avatar_url":"https://github.com/stavyan.png","language":"Vue","funding_links":[],"categories":["Vue"],"sub_categories":[],"readme":"## RF 微商城\n\n### 前言\n\n基于 [RageFrame2](https://github.com/jianyan74/rageframe2) 的一款免费开源的基础商城销售功能的开源微商城，前端基于 uni-app，一端发布多端通用，目前已经适配 H5、微信小程序、QQ小程序、Ios App、Android App。目前开源的版本功能为 V1 版，更多增强功能(V2、V3)敬请期待。\n\n\n### 项目地址\n\n[前端开源地址](https://github.com/stavyan/TinyShop-UniApp): https://github.com/stavyan/TinyShop-UniApp\n\n[Uni-App插件地址](https://ext.dcloud.net.cn/plugin?id=1427): https://ext.dcloud.net.cn/plugin?id=1427\n\n[后端开源地址](https://github.com/jianyan74/TinyShop): https://github.com/jianyan74/TinyShop\n\n### Demo\n\n[H5 预览](http://h5.tinyshop.rageframe.com): http://h5.tinyshop.rageframe.com\n\nAndroid App体验版 [下载](http://b2c.rageframe.com/attachment/files/2020/07/06/__UNI__8006C11_0706181408.apk)\n\n[后台预览](http://demo.rageframe.com/backend): http://demo.rageframe.com/backend\n\n账号: demo\n密码: 123456\n\n![image](docs/images/h5-qrcode.png)\n\n### 商业版Demo\n\n[H5 预览](http://uniapp.rageframe.com ): http://uniapp.rageframe.com\n\n[后台预览](http://b2c.rageframe.com/backend): http://b2c.rageframe.com/backend\n账号: demo\n密码: 123456\n\n小程序二维码\n![image](docs/images/mp-qr-code.jpg)\n\n### 更新记录\n\n#### v1.2.3\n\nupdated 2020.09.07\n\n- 优化： 主页空数据一直加载问题\n- 升级: 添加app/小程序右上角扫码进入应用\n\n\u003e [更多更新记录](docs/UPDATE.md)\n\n### 思维导图\n\n![image](docs/images/tinyshop.png)\n\n### 安装说明\n\n1、安装相关依赖, 默认已拥有node环境\n\n```\n// 安装yarn命令\nnpm i -g yarn\n// 安装依赖\nyarn\n```\n\n2. 运行到指定平台\n\n```\n// 运行到H5\nyarn serve\n// 运行至对应的小程序平台\nyarn dev:PLATFORM\n```\n\n值 | 平台\n---|---\nh5 | H5\nmp-weixin | 微信小程序\nmp-alipay | 支付宝小程序\nmp-baidu | 百度小程序\nmp-toutiao | 头条小程序\nmp-qq | qq 小程序\n\n\n3. 打包至线上部署\n```\n// H5打包\nyarn build\nyarn build:PLATFORM // 平台信息同上\n```\n使用对应的小程序客户端进行发布。\n\n4、发布uni-app(打包为原生App云端)\n\n配合HBuilderX使用\n\n\u003e 注： H5除主页外刷新页面会出现404 需配置nginx伪静态\n\n```\nlocation / {\n    try_files $uri $uri/ /index.html;\n}\n```\n\n### 配置文件\n\n\u003e [详见配置说明](docs/CONFIG.md)\n\n### 官网\n\nhttp://www.rageframe.com\n\n### 问题反馈\n\n在使用中有任何问题，欢迎反馈给我，可以用以下联系方式跟我们交流\n\nQQ群2：[1148015133](https://jq.qq.com/?_wv=1027\u0026k=Wk663e9N)\n\n### 特别鸣谢\n\n感谢以下的项目，排名不分先后\n\nVuejs： https://github.com/vuejs/vue\n\nuni-app： https://uniapp.dcloud.io/\n\nmix-mall: https://ext.dcloud.net.cn/plugin?id=200\n\nColorUI: https://github.com/weilanwl/ColorUI\n\n...\n\n### 版权信息\n\nRF商城 遵循 [Apache2](LICENSE.md) 开源协议和 [附加使用协议](docs/LICENSE-SUPPLEMENTAL.md) 发布，并提供免费使用。\n\n本项目包含的第三方源码和二进制文件之版权信息另行标注。\n\n版权所有Copyright © 2016-2022 by RageFrame [www.rageframe.com](http://www.rageframe.com)\n\nAll rights reserved。\nLICENSE-SUPPLEMENTAL.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstavyan%2FTinyShop-UniApp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstavyan%2FTinyShop-UniApp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstavyan%2FTinyShop-UniApp/lists"}