# test **Repository Path**: chen_pi_pi/test ## Basic Information - **Project Name**: test - **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-03-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 项目名称 webpack-demo ## 项目简介 - 学习使用webpack - 完成js代码转译 - 理解文件中hash的用途 - 用webpack生成html - 用webpack引入css的两种方法 ## 项目所用语言 - html - css - javascript ## 代码运方式 ``` yarn start //开发环境用,不生成文件 yarn build //生产环境用,生成文件 ```