# mi_vue **Repository Path**: gitxys/mi_vue ## Basic Information - **Project Name**: mi_vue - **Description**: 仿小米官网简单版前端,后端地址:https://gitee.com/gitxys/mi_springboot - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 9 - **Forks**: 4 - **Created**: 2021-12-21 - **Last Updated**: 2025-04-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: 商城, Vue ## README # 仿小米商城后端服务 ## 介绍 模拟小米官网的后端服务 ## 前端启动 项目地址https://gitee.com/gitxys/mi_vue [代码地址Gitee](https://gitee.com/gitxys/mi_vue) [代码地址GitHub](https://github.com/xuyisu/mi_vue) 控制台先安装依赖包 ``` npm install ``` 然后运行下面代码即可启动 ``` npm run serve ``` ## 页面介绍 浏览器输入http://localhost:8080 将看到一下页面 ![](images/index.png) 登录:**用户名/密码** admin/123456 ![image-20211219223115929](images/login.png) 购物车 ![image-20211219223220837](images/cart.png) 订单确认 ![image-20211219223323684](images/order-confirm.png) 订单结算(彩蛋!!!! 这里的结算做了特殊处理) ![image-20211219223406482](images/pay.png) 订单列表 ![image-20211219223507791](images/order.png) 亲,留个star 吧