# webpack **Repository Path**: getluoaxios/newwebpack ## Basic Information - **Project Name**: webpack - **Description**: 该项目是从webpack 配置到vue3的详细过程 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-19 - **Last Updated**: 2024-09-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## webpack配置 配置文件详情请访问 `https://blog.csdn.net/m0_74079648/article/details/142175432?spm=1001.2014.3001.5501`安装依赖包 ``` npm install ``` 启动项目 ``` npm run serve ``` 打包文件 ``` npm run build ```