# gulp-project-template **Repository Path**: darcrandex/gulp-project-template ## Basic Information - **Project Name**: gulp-project-template - **Description**: No description available - **Primary Language**: Unknown - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-10-12 - **Last Updated**: 2021-07-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gulp 项目模板 > IE8+ ## 使用 安装依赖 ```sh yarn ``` 开发模式 ```sh yarn dev ``` 打包 ```sh yarn build ``` 本地测试 ```sh yarn serve ``` ## 注意 1. gulp 环境无法使用`@babel/polyfill`. 因此使用静态文件导入的方式,但是压缩版的库文件无法在 ie8 下使用,需要使用未压缩的文件,通过特定的配置进行压缩. 2. `jquery-compat`是 3.x 以上支持 ie8 的库