GithubHelp home page GithubHelp logo

drsengineer / tinyshop-uniapp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from stavyan/tinyshop-uniapp

0.0 1.0 0.0 65.39 MB

基于 RageFrame2 的一款免费开源的基础商城销售功能的开源微商城。

Home Page: http://h5.tinyshop.rageframe.com

License: Apache License 2.0

JavaScript 22.70% HTML 0.11% Vue 61.43% CSS 15.76%

tinyshop-uniapp's Introduction

RF 微商城

前言

基于 RageFrame2 的一款免费开源的基础商城销售功能的开源微商城,前端基于 uni-app,一端发布多端通用,目前已经适配 H5、微信小程序、QQ小程序、Ios App、Android App。目前开源的版本功能为 V1 版,更多增强功能(V2、V3)敬请期待。

项目地址

前端开源地址: https://github.com/stavyan/TinyShop-UniApp

Uni-App插件地址: https://ext.dcloud.net.cn/plugin?id=1427

后端开源地址: https://github.com/jianyan74/TinyShop

Demo

H5 预览: http://h5.tinyshop.rageframe.com

Android App体验版 下载

后台预览: http://demo.rageframe.com/backend

账号: demo 密码: 123456

image

商业版Demo

H5 预览: http://uniapp.rageframe.com

后台预览: http://b2c.rageframe.com/backend 账号: demo 密码: 123456

小程序二维码 image

更新记录

v1.2.0

updated 2020.07.08

  • 新增:全新ui
  • 新增:android/ios 微信授权登录
  • 新增:ios 苹果授权登录
  • 新增:商品列表直接下单
  • 重构:登录注册页面ui重构
  • 新增:首页分类模块
  • 新增:小程序直播
  • 新增:首页分类分页
  • 新增:广告点击统计
  • 新增:回到顶部组件
  • 新增:客服按钮 点击显示客服二维码
  • 新增:9大loading展示
  • 新增:消息tab
  • 新增:15个主题切换 主题换肤
  • 新增: 站点帮助
  • 优化:扫一扫功能
  • 重构:商品详情页ui重构
  • 新增:商品轮播图支持视频播放
  • 新增:商品详情页支持视频播放
  • 新增:H5 微信H5 小程序 APP分享功能

更多更新记录

思维导图

image

安装说明

1、安装相关依赖, 默认已拥有node环境

// 安装yarn命令
npm i -g yarn
// 安装依赖
yarn
  1. 运行到指定平台
// 运行到H5
yarn serve
// 运行至对应的小程序平台
yarn dev:PLATFORM
平台
h5 H5
mp-weixin 微信小程序
mp-alipay 支付宝小程序
mp-baidu 百度小程序
mp-toutiao 头条小程序
mp-qq qq 小程序
  1. 打包至线上部署
// H5打包
yarn build
yarn build:PLATFORM // 平台信息同上

使用对应的小程序客户端进行发布。

4、发布uni-app(打包为原生App云端)

配合HBuilderX使用

注: H5除主页外刷新页面会出现404 需配置nginx伪静态

location / {
    try_files $uri $uri/ /index.html;
}

配置文件

详见配置说明

官网

http://www.rageframe.com

问题反馈

在使用中有任何问题,欢迎反馈给我,可以用以下联系方式跟我们交流

QQ群:655084090

特别鸣谢

感谢以下的项目,排名不分先后

Vuejs: https://github.com/vuejs/vue

uni-app: https://uniapp.dcloud.io/

mix-mall: https://ext.dcloud.net.cn/plugin?id=200

ColorUI: https://github.com/weilanwl/ColorUI

...

版权信息

RF商城 遵循 Apache2 开源协议和 附加使用协议 发布,并提供免费使用。

本项目包含的第三方源码和二进制文件之版权信息另行标注。

版权所有Copyright © 2016-2020 by RageFrame www.rageframe.com

All rights reserved。 LICENSE-SUPPLEMENTAL.md

tinyshop-uniapp's People

Contributors

stavyan avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.