You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
一个基于vue、element ui 的轻量级、前后端分离、拥有完整sku和下单流程的完全开源商城后台所属前端界面
## 前言
`mall4j商城` 项目致力于为中小企业打造一个完整、易于维护的开源的电商系统,采用现阶段流行技术实现。后台管理系统包含商品管理、订单管理、运费模板、规格管理、会员管理、运营管理、内容管理、统计报表、权限管理、设置等模块。
## 授权
Mall4j官网 https://www.mall4j.com
Mall4j 使用 AGPLv3 开源,请遵守 AGPLv3 的相关条款,或者联系作者获取商业授权(https://www.mall4j.com)
## 项目链接
java后台: https://gitee.com/gz-yami/mall4j
vue中后台: https://gitee.com/gz-yami/mall4v
小程序: https://gitee.com/gz-yami/mall4m
## 演示地址
** 由于我们并不希望小程序的数据被弄混乱,我们弄了两个数据库。因此,您修改了后台的商品信息,小程序并不能看到!**
后台:< http: // mall4j-admin . mall4j . com > 账号: admin/123456
小程序:扫描二维码

## 部署教程
### 1.启动
- 安装node模块 (推荐使用淘宝镜像,`cnpm install`)
```
npm install
```
- 运行
```
npm run dev
```
- 部署
```
npm run build
```
## 相关截图





更多内容请查看 主项目 https://gitee.com/gz-yami/mall4j