# gulimall-vue **Repository Path**: notfand/gulimall-vue ## Basic Information - **Project Name**: gulimall-vue - **Description**: gulimall-vue 微服务商城后台管理前端 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-26 - **Last Updated**: 2022-05-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## gulimall-vue - gulimall-vue基于vue、element-ui构建开发,实现[gulimall](https://gitee.com/nie_fan/gulimall.git)后台管理前端功能。 - gulimall-vue是基于[renren-fast-vue](https://gitee.com/renrenio/renren-fast-vue.git)再次开发的,[renren-fast-vue](https://gitee.com/renrenio/renren-fast-vue.git)提供了一套更优的前端解决方案 - 前后端分离,通过token进行数据交互,可独立部署 - 动态菜单,通过菜单管理统一管理访问路由 ## 部分功能展示 - 分类维护 ![分类维护](README.assets/image-20210409145727994.png) - 品牌管理 ![品牌管理](README.assets/image-20210409145802966.png) - 属性分组 ![属性分组](README.assets/image-20210409145814923.png/) - 规格参数 ![规格参数](README.assets/image-20210409145827196.png) - 销售属性 ![销售属性](README.assets/image-20210409145840455.png) - 发布商品 ![发布商品](README.assets/image-20210409145901492.png) ## 下载 `git clone https://gitee.com/notfand/gulimall.git` ## 安装部署 ```shell # cd 进入 gulimall-vue 目录下 1. cd gulimall-vue # 使用命令 npm install 安装依赖 2. npm install # 使用命令 npm run dev 运行 3. npm run dev ```