# shopVueProject **Repository Path**: wang-wei-one/shop-vue-project ## Basic Information - **Project Name**: shopVueProject - **Description**: 这是一个电商后台管理系统,根据网上开源的后端接口,结合Element UI,使用vue独自开发了一个电商后台管理系统,主要功能有:用户管理(用户的增删查改)、权限列表(数据的展示)、商品管理(类型的展示与添加、商品的展示)、订单列表、数据统计(ECharts)。图片展示地址:https://blog.csdn.net/qq_45875295/article/details/119391123 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-08-04 - **Last Updated**: 2022-03-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue_shop ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).