# vue-ego-app **Repository Path**: hgandzl/vue-ego-app ## Basic Information - **Project Name**: vue-ego-app - **Description**: 用vue2写的一个ego商城后台管理系统,这是前端,后端仓库里面也有。与vue-manage界面很像,但是简化了很多功能,尤其是vuex中都没有使用异步修改数据的actions,也就是按照个人的理解重写了一下vuex。当然,几个页面因为同质化比较严重,所以就写了一个商品管理页面,这里仅做记录吧 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 2 - **Created**: 2022-10-26 - **Last Updated**: 2023-11-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue, Vuex, Element-UI ## README # app ## 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/).