# react-mall **Repository Path**: logyoo/react-mall ## Basic Information - **Project Name**: react-mall - **Description**: React16+React-Router4 从零打造企业级电商后台管理系统 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2019-08-19 - **Last Updated**: 2021-01-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 后台管理系统安装和启动方式 ## 环境依赖: ``` 安装 nodejs v6.12.3版本 安装 yarn ``` ## 项目初始化方式: ``` 安装依赖包: yarn ``` ## 开发模式运行: ``` yarn run dev ``` ## 线上打包: Mac / Linux系统: ``` yarn run dist ``` Windows系统: ``` yarn run dist_win ```