# vue_shop **Repository Path**: shigq/vue_shop ## Basic Information - **Project Name**: vue_shop - **Description**: 使用vue + vue-router + axios + Element-ui搭建的简单后台管理系统线上体验地址:http://106.13.209.226 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-08-22 - **Last Updated**: 2021-08-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue_shop vue-shop是一个简单的电商后台管理系统 项目主要技术栈运用了 vue + vue-router + axios + Element-ui ## 文件说明 dist---目标文件 ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Run your tests ``` npm run test ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).