Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/congz666/cmall-vue
基于Vue的电子商城前端页面
https://github.com/congz666/cmall-vue
element-ui vue
Last synced: 8 days ago
JSON representation
基于Vue的电子商城前端页面
- Host: GitHub
- URL: https://github.com/congz666/cmall-vue
- Owner: congz666
- Created: 2020-06-14T15:18:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T11:40:11.000Z (almost 2 years ago)
- Last Synced: 2023-11-11T17:00:32.750Z (about 1 year ago)
- Topics: element-ui, vue
- Language: Vue
- Homepage: http://cmall.congz.top/
- Size: 13 MB
- Stars: 103
- Watchers: 2
- Forks: 35
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CMall 电子商城
#### 基于 Vue 开发的小米商城前端界面[CMall](http://cmall.congz.top/#/)
#### 感谢 [hai-27](https://github.com/hai-27) 的开源 [vue-store](https://github.com/hai-27/vue-store) 项目提供前端页面及框架支持
#### 前端大部分内容已经重写以及加入了一些新功能
#### 后端全部用 golang 重写接口,后端接口项目请至 [cmall-go](https://github.com/congz666/cmall-go)
## 项目依赖
- Vue
- Vue-router
- Vuex
- Element-ui
- Axios## 运行
```
git clone https://github.com/congz666/cmall-vue.gitcd cmall-vue
//运行
npm run serve
```项目运行后启动在 8080 端口
## 图片展示
首页
![home](./public/img/home.png)
登录
![login](./public/img/login.png)
注册
![register](./public/img/register.png)
全部商品
![product](./public/img/product.png)
商品详情
![detail](./public/img/detail.png)
收藏
![favorite](./public/img/favorite.png)
订单
![order](./public/img/order.png)
购物车
![cart](./public/img/cart.png)
个人中心
![center](./public/img/center.png)
个人信息
![userdetail](./public/img/userdetail.png)