# vue_shop **Repository Path**: yty1998/vue_shop ## Basic Information - **Project Name**: vue_shop - **Description**: 基于vue 2 的管理系统 - **Primary Language**: HTML - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-09-28 - **Last Updated**: 2022-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue_shop ## 介绍 * 商品后台管理项目 仿照B站 刘龙彬的 vue教程 * 使用技术 Vue2.x, Element-Ui, Axios, Echarts, DataV * [admin 演示地址](http://120.26.52.45:9898/login) * [码云地址 (国内访问速度快)](https://gitee.com/yty1998/vue_shop.git) * [GitHub地址](https://github.com/YTY11/vue_shop.git) ## 效果展示 |登录界面![输入图片说明](https://gitee.com/yty1998/img/raw/master/vue-shop-img/login.png "屏幕截图.png") |用户信息![输入图片说明](https://gitee.com/yty1998/img/raw/master/vue-shop-img/user.png "屏幕截图.png") |角色列表![输入图片说明](https://gitee.com/yty1998/img/raw/master/vue-shop-img/角色列表.png "屏幕截图.png")| |---|---|---| |商品分类![输入图片说明](https://gitee.com/yty1998/img/raw/master/vue-shop-img/商品分类.png "屏幕截图.png") |商品列表![输入图片说明](https://gitee.com/yty1998/img/raw/master/vue-shop-img/商品列表.png "屏幕截图.png") |分类参数![输入图片说明](https://gitee.com/yty1998/img/raw/master/vue-shop-img/分类参数.png "屏幕截图.png")| |---|---|---| |订单管理![输入图片说明](https://gitee.com/yty1998/img/raw/master/vue-shop-img/订单管理.png "屏幕截图.png")|数据可视化![输入图片说明](https://gitee.com/yty1998/img/raw/master/vue-shop-img/数据可视化.png "屏幕截图.png")| |---|---| ## 初始化 ``` npm install ``` ### 启动 ``` npm run serve ``` ### 打包 ``` npm run build ```