# 前端Vue初始脚手架 **Repository Path**: galimifano/front-end-initial-template ## Basic Information - **Project Name**: 前端Vue初始脚手架 - **Description**: 前端Vue通用初始化模板 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-26 - **Last Updated**: 2022-08-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue项目初始模板 > 模板基于yarn+vite2.0项目初始模板,整合了前端框架中必须要用到的组件,可以在此基础上快速开发前端项目 ### 模板组件 * Vue3 * TypeScript * Element Plus UI组件库(按需引入) * unplugin-auto-import * unplugin-vue-components * Ant Design Vue UI组件库 * Axios请求 * Router路由 * Pinia持久化仓库 * dayjs日期处理库 * qs序列化 访问 localhost:3000 就能在线调试了