Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xcaffebabe/blb-consumer-frontend
基于 Vue + ElementUI 构建一个PC端外卖平台单页应用
https://github.com/0xcaffebabe/blb-consumer-frontend
Last synced: about 1 month ago
JSON representation
基于 Vue + ElementUI 构建一个PC端外卖平台单页应用
- Host: GitHub
- URL: https://github.com/0xcaffebabe/blb-consumer-frontend
- Owner: 0xcaffebabe
- Created: 2020-11-26T09:51:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-06T11:05:50.000Z (almost 3 years ago)
- Last Synced: 2023-03-03T16:42:09.890Z (over 1 year ago)
- Language: Vue
- Size: 11.9 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blb-consumer-frontend
来源于: 微服务后端项目
消费者前端越做越大 于是干脆就把消费者前端独立出来 成为一个独立的项目
在线预览:
## 使用
```sh
npm install # 安装依赖
npm run mock # 启动mock服务器
npm run dev # 启动web服务器
```访问localhost:8080即可
## 部分截图
![](./snapshots/1.png)
![](./snapshots/2.png)
![](./snapshots/3.png)
![](./snapshots/4.png)## 页面
- [ ] 公共组件
- [ ] 顶部导航栏
- [ ] 城市选择器
- [ ] 头像点击组件
- [ ] 登录注册组件
- [ ] 侧边导航栏
- [ ] 商家列表
- [ ] 排序筛选选择器
- [ ] 订单商品列表
- [ ] 订单项组件
- [ ] 聊天组件
- [ ] 首页
- [ ] 轮播组件
- [ ] 店铺页
- [ ] 店铺头
- [ ] 店铺详情
- [ ] 商品
- [ ] 商品列表
- [ ] 评价
- [ ] 商家
- [ ] 店铺侧边栏
- [ ] 购物车抽屉
- [ ] 确认下单页
- [ ] 支付页
- [ ] 搜索页
- [ ] 店铺搜索框
- [ ] 订单列表页
- [ ] 订单详情
- [ ] 订单评价
- [ ] 我的页
- [ ] 个人资料编辑
- [ ] 收货地址编辑
- [ ] 个人信息编辑
- [ ] 会员购买组件
- [ ] 账户余额组件
- [ ] 优惠券组件
- [ ] 客服中心页
- [ ] 提交投诉组件
- [ ] 投诉详情组件
- [ ] 积分商城页