PowerDos / Mall-Vue

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

Home Page:https://powerdos.github.io/Mall-Vue/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

注册页面

About

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

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


Languages

Language:Vue 69.0%Language:JavaScript 30.8%Language:HTML 0.2%