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
The master branch is a pure front-end project,and the forMallServer branch is a front-end project that combines with the backend API server. The mall api server:https://github.com/PowerDos/Mall-Server
The project on master branch is a pure front-end project,so the login account and password is fixed. Account: Gavin, Password: 123456
# Install dependencies
npm install
# Serve with hot reload at localhost:8080
npm run dev
# Build for production with minification
npm run build