这是一个基于VUE + VUEX + iView作的一个电商网站前端项目, 附带先后端分离实现版本(在 forMallServer分支),欢迎fork或star
项目地址: https://github.com/PowerDos/Mall-Vue
项目预览地址(demo): https://powerdos.github.io/Mall-Vue/index.html
master分支是单纯的前端项目, forMallServer分支为与后端接口结合的前端项目,附后端API项目地址: https://github.com/PowerDos/Mall-Server, 本项目仅供学习参考
master 分支为纯前端项目,因此登录密码是写死的,体验帐号:Gavin,密码: 123456
# 安装依赖 npm install # 开发模式 npm run dev # 打包 npm run build