# webpack-test **Repository Path**: YeXingWu/webpack-test ## Basic Information - **Project Name**: webpack-test - **Description**: 测试webpack - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-03 - **Last Updated**: 2021-12-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # webpack-demo #### 介绍 webpack 项目框架,主要包括:webpack 配置、代码格式化、提交检查等内容 #### 使用说明 - .husky git 提交前检查钩子 - .vscode vscode 配置 - config webpack 配置 - public 静态资源 - src 代码 - .babelrc babel 配置文件 - .eslintignore eslint 忽略文件 - .eslintrc.js eslint 配置文件 - .gitignore git 忽略文件 - .prettierrc.js prettier 配置文件 - jsconfig.json js 配置文件 #### 安装教程 - vscode 需要安装插件 eslint、prettier、format-code-action - npm i