# T2 **Repository Path**: sting/T2 ## Basic Information - **Project Name**: T2 - **Description**: No description available - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-09-10 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 运行步骤 ## git gui安装 ## 下载nodejs并安装 ### 地址: http://npm.taobao.org/mirrors/node ### 修改配置 命令行运行: npm config edit 加入: registry=https://registry.npm.taobao.org/ disturl=http://npm.taobao.org/mirrors/node ## 下载代码 git clone https://git.oschina.net/sting/T2.git "d:/xxx" ### 安装gulp npm install gulp -g --save ### 安装bower 相当于maven的作用 npm install bower -g --save ### 下载类库 npm install window平台,中间到bufferutil可能会长时间死掉,ctrl+c杀掉进程,删除目录下node_modules,再次执行 npm install ### 执行gulp运行