All Projects → PowerDos → Mall Vue

PowerDos / Mall Vue

基于Vue+Vuex+iView的电子商城网站

Projects that are alternatives of or similar to Mall Vue

Vue Home
🏠 A simple project(Vue Community SPA) which bases on vue+vue-cli+vue-router+axios+ scss.
Stars: ✭ 256 (-72.44%)
Mutual labels:  vuex, vue-router, vue2
Vue Shiyanlou
😘基于vue2和vuex的复杂单页面应用,20+页面53个API(仿实验楼)✨✨
Stars: ✭ 342 (-63.19%)
Mutual labels:  vuex, vue-router, vue2
Vue Testing Examples
Advanced testing with vuejs. When you need to go beyond Getting started section and see some real world example with everything that proper tests should have.
Stars: ✭ 288 (-69%)
Mutual labels:  vuex, vue-router, vue2
Douban
Awesome douban DEMO created with Vue2.x + Vuex + Vue-router + Superagent
Stars: ✭ 2,324 (+150.16%)
Mutual labels:  vuex, vue-router, vue2
Vue Chat
👥Vue全家桶+Socket.io+Express/Koa2打造一个智能聊天室。
Stars: ✭ 887 (-4.52%)
Mutual labels:  vuex, vue-router, vue2
Vuemmerce
👉 Responsive ecommerce template 🛒 built with Vue.js and Nuxt.js
Stars: ✭ 223 (-76%)
Mutual labels:  vuex, vue-router, vue2
Nuxt Elm
基于nuxt2+vue构建的全栈开源项目
Stars: ✭ 304 (-67.28%)
Mutual labels:  vuex, vue-router, vue2
Gpk admin
✨ GeekPark Content Management System
Stars: ✭ 150 (-83.85%)
Mutual labels:  vuex, vue-router, vue2
Vue Quasar Admin
Vue 2.0 admin-dashboard based on Quasar-Framework
Stars: ✭ 516 (-44.46%)
Mutual labels:  vuex, vue-router, vue2
Dashboard
A dashboard scaffolding based on Vue.js 3.0 created by Vite.
Stars: ✭ 497 (-46.5%)
Mutual labels:  vuex, vue-router, vue2
Vue2 Demo
Vue 基于 Genesis + TS + Vuex 实现的 SSR demo
Stars: ✭ 2,072 (+123.04%)
Mutual labels:  vuex, vue-router, vue2
Vue2 Study
vue 的webpack配置,按需加载,element-ui,vuex
Stars: ✭ 16 (-98.28%)
Mutual labels:  vuex, vue-router, vue2
Vue Objccn
🔥 Use Vue.js to develop a cross-platform full stack application / 用 Vue.js 开发的跨三端应用
Stars: ✭ 1,993 (+114.53%)
Mutual labels:  vuex, vue-router, vue2
Vue Cnode
🔥Vue.js打造一个开源的CNode社区。CNode by Vue.js
Stars: ✭ 249 (-73.2%)
Mutual labels:  vuex, vue-router, vue2
Vuetify Todo Pwa
✔️ A simple Todo PWA built with Vue CLI 3 + Vuex + Vuetify.
Stars: ✭ 160 (-82.78%)
Mutual labels:  vuex, vue-router, vue2
Vue News
Vue2.5知乎日报单页应用
Stars: ✭ 300 (-67.71%)
Mutual labels:  vuex, vue-router, vue2
Vue Wechat
🔥 基于Vue2.0高仿微信App的单页应用
Stars: ✭ 1,832 (+97.2%)
Mutual labels:  vuex, vue-router, vue2
Vue Cli Multi Page
基于vue-cli模板的多页面多路由项目,一个PC端页面入口,一个移动端页面入口,且有各自的路由, vue+webpack+vue-router+vuex+mock+axios
Stars: ✭ 145 (-84.39%)
Mutual labels:  vuex, vue-router, vue2
Meal Prep
Source code for a 4-part series I wrote about Vue, Vue Router, Vuex and Vuetify
Stars: ✭ 496 (-46.61%)
Mutual labels:  vuex, vue-router, vue2
Vuetron
A tool for testing and debugging your Vue + Vuex applications. 是一個可以幫助您 Vue.js 的項目測試及偵錯的工具, 也同時支持 Vuex及 Vue-Router.
Stars: ✭ 531 (-42.84%)
Mutual labels:  vuex, vue-router, vue2

MALL-VUE

Build Status VueJS Version JavaScript Style Guide Read the Docs (version) status npm version iview version author

This is a front-end project of an e-commerce website based on VUE + VUEX + iView UI, and the version that combines with the backend API server is on forMallServer branch,welcome to fork or star

The online demo: https://powerdos.github.io/Mall-Vue/index.html

Document

中文 | English

Prerequisites

Branch introduction:

The master branch is a pure front-end project.(using:Vue+Vuex+iView)

The forMallServer branch is a front-end project(using:Spring+Struts+Hibernate) that combines with the backend API server. The mall api server:https://github.com/PowerDos/Mall-Server

The Mall-CIbranch is a project including the front-end, back-end, mobile-end (in progress,reference Projects)

Better clone:

if you only want to view pure front-end project,we strong recommend you to using git clone {repo} --depth=1 to get master branch

if you want to clone whole repository (178M), make sure your network speed meets the requirements or use other proxy tools

How to run

Using Node

# Install dependencies
npm install

# Serve with hot reload at localhost:8080
npm run dev

# Build for production with minification
npm run build

Using Docker

docker run -d -p 80:80 --name mall-web registry.cn-beijing.aliyuncs.com/w929732982/mall-web 

预览地址: http://127.0.0.1

TO-DO-LIST

PAGE

HOME PAGE

首页1 首页2 首页3

PRODUCT LIST PAGE

商品搜索页面1 商品搜索页面2

PRODUCT DETAIL PAGE

商品详情页面1 商品详情页面2 商品详情页面3 商品详情页面4

SHOPPING CART PAGE

购物车页面

ORDER PAGE

确认订单页面

PAY PAGE

支付页面

SUCCESS PAGE

购买成功页面

FREEBACK PACE

反馈页面

MERCHANT PAGE

商家店铺页面

USER PAGE

用户页面

LOGIN PAGE

登陆页面

SIGNUP PAGE

注册页面

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