# damai **Repository Path**: xiehaisheng/damai ## Basic Information - **Project Name**: damai - **Description**: 大麦网项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: https://xiehaisheng.gitee.io/damai - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-05-14 - **Last Updated**: 2021-08-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # damai #### 项目介绍 仿大麦网项目 [项目源地址](https://www.damai.cn) #### 项目展示 [仿大麦网项目地址](https://xiehaisheng.gitee.io/damai) #### 软件架构 使用gulp进行工程化构建 jQuery git clone https://gitee.com/xiehaisheng/damai.git (https) 或 git clone git@gitee.com:xiehaisheng/damai.git (SSH) 到本地仓库 npm install 添加依赖 在 /conf/index.js 中进行路径等配置 npm start 开启开发模式dev npm run build 开发完成后压缩打包上线 项目结构 ``` --| conf --| index.js ;文件路径和代理等配置文件 --| dist ;压缩上线版本 --| src --| images ;静态图片资源文件 --| components --| banner --| banner.js ;轮播图 --| index --| index.js ;主页 --| login --| login.js ;登入 --| login.register.js ;注册 --| shoppingcart --| shoppingcart.js ;购物车 --| libs --| commont.js ;公共函数 --| modules ;公共组件和引用库存放区 --| jquery.js --| json --| city.json ;全国城市数据 --| goodslist.json ;产品数据 --| goodslist.json --| goodslist.json --| goodslist.json --| scss --| _commont ;公共样式存放区 --| reset.scss ;全局初始化样式 --| _color ;公共颜色存放区 --| color_var.scss ;全局颜色变量定义 --| index --| nav.scss ;nav样式表 --| index --| banner.scss ;banner样式表 --| index --| category-nav.scss ;category-nav样式表 --| index --| footer.scss ;footer样式表 --| index --| goodslist.scss ;goodslist样式表 --| index.html ;首页 --| banner.html ;商品显示界面 --| shoppingCart.html ;购物车 --| login.html ;登入注册 ```