# vue3-webpack5-template **Repository Path**: ceartmy/vue3-webpack5-template ## Basic Information - **Project Name**: vue3-webpack5-template - **Description**: 使用webpack5从0搭建vue的脚手架 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: https://project.ceart.top/vue3-webpack5-template/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-16 - **Last Updated**: 2022-06-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: webpack5 ## README # 简介 > 主要实现了 vuecli 的大部分功能 - [x] 基于 vue3 + webpack5 - [x] 路由管理:vue-router4.x - [x] 状态管理:pinia2.x - [x] 代码规范:eslint + prettier + vue3-recommended - [x] 支持热更新 - [x] 支持Typescript - [x] 支持路由懒加载 > package-lock.json和yarn.lock同时存在合理吗?