# youa-cms-h5-common **Repository Path**: leewind19841209/youa-cms-h5-common ## Basic Information - **Project Name**: youa-cms-h5-common - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-01-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README haitao-web-baseline v1.0[![Build Status](https://magnum.travis-ci.com/sf-haitao/haitao-web-baseline.svg?token=xkzT9BS4L6yW34Stxzfz&branch=master)](https://magnum.travis-ci.com/sf-haitao/haitao-web-baseline/builds) ======================== > 顺丰海淘各类产品的基础框架层 ## 项目搭建 1. 从`github`上`clone`现在的项目 ``` git clone git@github.com:sf-haitao/haitao-web-baseline.git ``` 2. 进入项目目录 ``` cd haitao-web-baseline ``` 3. 使用`npm`安装开发依赖包 ``` npm install ``` 4. 使用`bower`安装开发第三方包 ``` bower install ``` 5. 使用`grunt`启动服务 ``` grunt serve ``` ## 项目编译 ``` grunt build ``` 编译完成之后会在`dist`目录下生成新的打包文件