# turing-mall-front **Repository Path**: solidyisha/turing-mall-front ## Basic Information - **Project Name**: turing-mall-front - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: learning - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2020-11-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 环境准备 ### nodejs 下载 https://nodejs.org/en/ 选择LTS 版本 直接按照提示安装即可 ### 查看是否安装成功 ``` node -v ``` ### 安装镜像 ``` npm install -g cnpm --registry=https://registry.npm.taobao.org ``` ### clone 代码 ``` git clone tl@git.jiagouedu.com:java-vip/tulingmall-front.git ``` ### 下载依赖 ``` cnpm install ``` ### 运行项目 ``` cnpm run serve ```