All Projects → yrinleung → Openshopping Vue

yrinleung / Openshopping Vue

基于Vue实现开箱即用H5移动端商城的单页应用

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Openshopping Vue

Yoshop
萤火小程序商城,是在Thinkphp5基础上搭建的一个PHP项目,前后端完全开源。Thinkphp5以易学易用著称,让您轻松打造自己的独立商城,同时也方便二次开发,让您快速搭建个性化独立商城。
Stars: ✭ 137 (-30.1%)
Mutual labels:  shop
Chestshop 3
ChestShop - the chest & sign shop plugin for Minecraft Servers running Bukkit/Spigot/Paper
Stars: ✭ 158 (-19.39%)
Mutual labels:  shop
Fluttergames
Flutter app for purchasing and renting games.
Stars: ✭ 182 (-7.14%)
Mutual labels:  shop
Reaction
Mailchimp Open Commerce is an API-first, headless commerce platform built using Node.js, React, GraphQL. Deployed via Docker and Kubernetes.
Stars: ✭ 11,588 (+5812.24%)
Mutual labels:  shop
Aimeos Typo3
TYPO3 e-commerce extension for professional, ultra fast online shops, complex B2B applications and #gigacommerce
Stars: ✭ 157 (-19.9%)
Mutual labels:  shop
Laravel Ecommerce
Laravel open source e-commerce system.
Stars: ✭ 163 (-16.84%)
Mutual labels:  shop
Grandnode
Open source, headless, multi-tenant eCommerce platform built with .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, Vue.js.
Stars: ✭ 1,768 (+802.04%)
Mutual labels:  shop
Coreshop
CoreShop - Pimcore eCommerce
Stars: ✭ 193 (-1.53%)
Mutual labels:  shop
Crmeb wechatminiprogram
CRMEBv2.6以客户管理为中心+电商营销系统,微信小程序商城,带分销、秒杀、积分、优惠券等功能
Stars: ✭ 158 (-19.39%)
Mutual labels:  shop
Pimcore
Open Source Data & Experience Management Platform (PIM, MDM, CDP, DAM, DXP/CMS & Digital Commerce)
Stars: ✭ 2,352 (+1100%)
Mutual labels:  shop
Manuals
Do design No code 💻📱🛒📚
Stars: ✭ 1,969 (+904.59%)
Mutual labels:  shop
Django Salesman
Headless e-commerce framework for Django.
Stars: ✭ 157 (-19.9%)
Mutual labels:  shop
Imall
基于Laravel5.2,Vue.js1.0的微信商城,用于熟悉 Laravel、Vuejs、Webpack、Gulp 的结合使用,已不维护及更新。(1MB单核基础服务器,浏览请耐心等待图片加载...)
Stars: ✭ 168 (-14.29%)
Mutual labels:  shop
Spree
Open Source headless multi-language/multi-currency/multi-store eCommerce platform
Stars: ✭ 11,571 (+5803.57%)
Mutual labels:  shop
Smartstorenet
Open Source ASP.NET MVC Enterprise eCommerce Shopping Cart Solution
Stars: ✭ 2,363 (+1105.61%)
Mutual labels:  shop
Saleor
A modular, high performance, headless e-commerce platform built with Python, GraphQL, Django, and React.
Stars: ✭ 14,720 (+7410.2%)
Mutual labels:  shop
Shop
基于SpringMVC,Spring,Hibernate的网上商城。代码已久不维护...
Stars: ✭ 162 (-17.35%)
Mutual labels:  shop
Aimeos Symfony
Symfony e-commerce bundle for professional, ultra fast online shops, complex B2B applications and #gigacommerce
Stars: ✭ 194 (-1.02%)
Mutual labels:  shop
Weixin Dubbo
一个商城项目,SpringCloud版本https://github.com/chengzhx76/weixin-shop-spring-cloud
Stars: ✭ 192 (-2.04%)
Mutual labels:  shop
Mall
基于SpringBoot的网上商城
Stars: ✭ 171 (-12.76%)
Mutual labels:  shop

基于Vue实现开箱即用移动端商城的单页应用

这是开箱即用移动端商城的框架。只需要后端返回标准接口数据,前端配置接口地址等信息,标准商城的页面不需要做任何调整。

特性

  • 开箱即用,集成后台接口格式,前端可做二次开发以实现自有业务
  • 首页是由图片广告、图文导航、商品、公告、搜索、文本、标题、辅助空白、辅助线、方格等组件根据后端接口数据动态渲染,可根据后端返回的数据渲染出N种首页效果
  • 定制主题

手机预览

可以手机扫码以下二维码访问手机端 demo:

技术栈

快速上手

# 安装 Vue Cli 3
npm install -g @vue/cli

npm install

npm run dev

npm run build

调整src/config/env.js的配置信息

baseUrl: 域名地址
dataSources:数据源(local=本地)

进度

  • [x] 界面样式
  • [ ] 数据通过接口绑定
  • [ ] 定制主题
  • [ ] 代码重构优化

页面

- 首页
- 分类
- 商品
    - 详情
    - 列表
- 购物车
- 提交订单
- 会员
    - 会员中心
    - 账户管理
    - 订单
        - 列表
        - 详情
        - 追踪
    - 售后
        - 申请
        - 列表
        - 详情
        - 进度详情
    - 我的优惠券
    - 我的收藏
    - 收货地址
        - 列表
        - 编辑
- 手机登录
- 手机注册


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].