All Projects → Geek-James → Ddbuy

Geek-James / Ddbuy

Licence: mit
🎉Vue全家桶+Vant 搭建大型单页面电商项目.http://ddbuy.7-orange.cn

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
HTML
75241 projects

Projects that are alternatives of or similar to Ddbuy

Vue Netease Music
🎵 基于 Vue2、Vue-CLI3 的高仿网易云 mac 客户端播放器(PC) Online Music Player
Stars: ✭ 1,783 (-20.37%)
Mutual labels:  vuex, better-scroll
Eth Vue
Featured in Awesome Vue [https://github.com/vuejs/awesome-vue], a curated list maintained by vuejs of awesome things related to the Vue.js framework, and Awesome List [https://awesomelists.net/150-Vue.js/3863-Open+Source/18749-DOkwufulueze-eth-vue], this Truffle Box provides everything you need to quickly build Ethereum dApps that have authentication features with vue, including configuration for easy deployment to the Ropsten Network. It's also Gravatar-enabled. Connecting to a running Ganache blockchain network from Truffle is also possible -- for fast development and testing purposes. Built on Truffle 5 and Vue 3, eth-vue uses vuex for state management, vuex-persist for local storage of app state, and vue-router for routing. Authentication functionalities are handled by Smart Contracts running on the Ethereum blockchain.
Stars: ✭ 171 (-92.36%)
Mutual labels:  vuex
Vue Stator
Vuex alternative based on Vue.observable()
Stars: ✭ 162 (-92.76%)
Mutual labels:  vuex
Vue People
VuePeople lists and connects Vue.JS developers around the world.
Stars: ✭ 167 (-92.54%)
Mutual labels:  vuex
Vue Supply
Create resources that can automatically be activated and deactivated when used (like subscriptions)
Stars: ✭ 162 (-92.76%)
Mutual labels:  vuex
Vue Objccn
🔥 Use Vue.js to develop a cross-platform full stack application / 用 Vue.js 开发的跨三端应用
Stars: ✭ 1,993 (-10.99%)
Mutual labels:  vuex
Vuetify Todo Pwa
✔️ A simple Todo PWA built with Vue CLI 3 + Vuex + Vuetify.
Stars: ✭ 160 (-92.85%)
Mutual labels:  vuex
Vue Cnode
一个vuex vue-router vue-resource的单页面应用demo,api来自cnodejs. vue 1
Stars: ✭ 174 (-92.23%)
Mutual labels:  vuex
Lin Cms Vue
🔆 Vue+ElementPlus构建的CMS开发框架
Stars: ✭ 2,341 (+4.56%)
Mutual labels:  vuex
Roastapp
Laravel学院 Roast 应用源码
Stars: ✭ 164 (-92.68%)
Mutual labels:  vuex
Renren Aui
项目已迁移至rubik-admin。
Stars: ✭ 163 (-92.72%)
Mutual labels:  vuex
Overvue
Prototyping Tool For Vue Devs 适用于Vue的原型工具
Stars: ✭ 2,108 (-5.85%)
Mutual labels:  vuex
Xpcms
基于node的cms系统, 后端采用node+koa+redis,并通过本人封装的redis库实现数据操作,前端采用vue+ts+vuex开发,后台管理系统采用react全家桶开发
Stars: ✭ 170 (-92.41%)
Mutual labels:  vuex
Vue Browser Acl
Easy user access control in Vue for better UX. Build on top of the browser-acl package.
Stars: ✭ 162 (-92.76%)
Mutual labels:  vuex
Vue2 Demo
Vue 基于 Genesis + TS + Vuex 实现的 SSR demo
Stars: ✭ 2,072 (-7.46%)
Mutual labels:  vuex
Awesome Vue Cli3 Example
🦅 Awesome example for rapid Vue.js development using vue-cli3 .
Stars: ✭ 160 (-92.85%)
Mutual labels:  vuex
Vue Online Shop Frontend
《从零到部署:用 Vue 和 Express 实现迷你全栈电商应用》全栈代码
Stars: ✭ 163 (-92.72%)
Mutual labels:  vuex
Vuex Simple
A simpler way to write your Vuex store in Typescript
Stars: ✭ 168 (-92.5%)
Mutual labels:  vuex
Vue Movie
基于vue2.0构建的在线电影网【film】,webpack+vue+vuex+keepAlive+muse-ui+cordova 全家桶,打包成APP
Stars: ✭ 175 (-92.18%)
Mutual labels:  vuex
Mmf Blog Vue2 Ssr
mmf-blog-vue2 ssr(The service side rendering)
Stars: ✭ 174 (-92.23%)
Mutual labels:  vuex

Star Vue Vant-ui Vant-ui geekJames easymock license

简体中文 | English

📣📣 下一个开源项目正在创作中,扫面下方二维码,第一时间获取最新开源动态

和作者交朋友

学习群 公众号

简介

ddBuy是一个移动端开源电商项目,它基于 vue 2.xvant 2.x实现。使用了最新的Vue全家桶技术栈,以及一些优秀的开源库如better-scrollmoment.jstwix.jspubsub-js,后台数据通过Easy-Mock搭建。支持多语言国际化,相信不管你是处于哪个段位的攻城狮,本项目都能帮助到你。

Release Note

V1.3.0及以上版本支持国际化语言

支持 英语 中文

作者 极客James

前序准备

如果你是刚入门Vue的小白墙裂建议过一遍Vue官方文档,如果你已经掌握了Vue,那么墙裂建议按照Vue代码风格指南来写代码。

你需要在本地安装 nodegit。本项目技术栈基于 ES2015+vuevuexvue-routervue-cliaxiosvant-ui,所有的请求数据都使用Mock.js进行模拟,提前了解和学习这些知识会对使用本项目有很大的帮助。

同时配套了Vue基础系列教程文章,适合小白入门Vue,后期会把整个ddBuy项目拆分些技术文章出来。

欢迎提Bug,如有新的需求和想法,欢迎 issue 和 pr

完整项目图

项目架构树

image

image

image

如何运行

# 克隆项目到本地
git clone https://github.com/Geek-James/ddBuy.git

# 进入项目目录
cd ddbuy

# 安装依赖
npm install

# 启动服务
npm run serve

浏览器访问 http://localhost:8080

发布

# 构建生产环境
npm run build

在线浏览器预览

请把浏览器切换到移动端模式

手机端扫码预览

影响力

Stargazers over time

浏览器支持

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
IE10, IE11, Edge last 2 versions last 2 versions last 2 versions

留下脚印

MIT许可协议

MIT

声明

本项目仅做技术交流和学习,不建议用于商业目的!

Copyright (c) 2021 极客-James

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].