# Module - 商城模块 **Repository Path**: notadd/mall ## Basic Information - **Project Name**: Module - 商城模块 - **Description**: 不再维护,请使用Node.js 版本 - **Primary Language**: PHP - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 11 - **Forks**: 4 - **Created**: 2017-04-21 - **Last Updated**: 2024-05-29 ## Categories & Tags **Categories**: ecommerce **Tags**: None ## README [![Build Status](https://travis-ci.org/notadd/mall.svg?branch=master)](https://travis-ci.org/notadd/mall) ![Packagist](https://img.shields.io/packagist/v/notadd/mall.svg) ![Downloads](https://img.shields.io/packagist/dt/notadd/mall.svg) # Notadd Mall Notadd Framework 的商城模块。 ## 主要特性 * 一个完整的商城 * 依赖 Notadd 用户中心模块 ## Gitee安装(国内推荐) 安装前,请确保 **[Notadd](https://gitee.com/notadd/notadd)** 已经完成安装。 ```bash cd notadd/modules git clone https://gitee.com/notadd/mall.git cd mall composer install --no-dev ``` ## Github安装 安装前,请确保 **[Notadd](https://github.com/notadd/notadd)** 已经完成安装。 ```bash cd notadd/modules git clone https://github.com/notadd/mall.git cd mall composer install --no-dev ``` ## 文档 更多文档,请前往 **[Notadd 官方文档站点](https://docs.notadd.com/develops/#模块)** 查阅!