# vue3-webpack5-template **Repository Path**: benanan/vue3-webpack5-template ## Basic Information - **Project Name**: vue3-webpack5-template - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-04-21 - **Last Updated**: 2025-04-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue 3 + Webpack5 工程化模板 # husky 相关 - `npx husky-init` - `npx husky add .husky/pre-commit` - `npx husky add .husky/commit-msg` # 代码 commit 规范 - 提交前需 **通过 eslint 检查** 并 编写合要求的**commit-msg** # 自动生成 commit-msg - `npm run commit` # 简易代码同步脚本 - `npm run sync` (使用说明见 **remoteSync.js** 文件) # 简易打包部署脚本 - `npm run push` (基于 scp 命令,使用时请自行修改 **package.json**中对应的 script) # 杂项 - **使用 handleApiError 方法 实现 api 流程复用**