# vue_shop **Repository Path**: zhu-junbin/vue_shop ## Basic Information - **Project Name**: vue_shop - **Description**: 该电商后台管理系统基于 Vue2 + Cli3 + Element-Ui 等技术实现。 系统主要涵盖了五大模块,分别是:用户管理、权限管理、商品管理、订单管理、数据统计。 后端项目地址:https://gitee.com/zhu-junbin/vue_shop_api_server - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-01-02 - **Last Updated**: 2022-05-25 ## 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/).