# fed-e-task-02-01 **Repository Path**: cuitzhy/fed-e-task-02-01 ## Basic Information - **Project Name**: fed-e-task-02-01 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2021-05-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # fed-e-task-01-01 拉勾大前端课程 Part 1 模块 2 作业 ## 代码运行环境说明 本次作业的相关代码基于 node v12.18.1 编写和测试 使用 vscode 开发并配合 prettier 进行代码格式化,若格式化没有效果应该首先检查 vscode 有没有安装 prettier 插件 部分代码题会使用到第三方依赖库,可以使用以下命令安装这些库 ``` npm i ``` 或 ``` yarn ``` ## 各题作答 ### 编程题二 尝试使用 Gulp 完成项目的自动化构建 在 [code/gulp-task](code/gulp-task) 中包含作业相关代码,可以通过相关命令查看运行结果