# webapck-scaffolding **Repository Path**: yyx219/webapck-scaffolding ## Basic Information - **Project Name**: webapck-scaffolding - **Description**: webpack 基础脚手架 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2022-02-09 - **Last Updated**: 2022-06-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # webpack 基础脚手架 ## 设置依赖 ``` npm install ``` ### 项目启动 ``` npm run dev ``` ### 项目打包 ``` npm run build ``` ### 项目地址 git@gitee.com:yyx219/webapck-scaffolding.git