# vue3vite模板 **Repository Path**: Lyken/vue3vite-template ## Basic Information - **Project Name**: vue3vite模板 - **Description**: 一个简单快捷的vue3模板 vite+vue3+vue-router+pinia+echars+axios+element-plus+tailwindcss - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-12-11 - **Last Updated**: 2023-12-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vite + vue3 + Typescript 数据大屏开发模板 ## 文档更新时间 > 2023-7-5 ## 如何使用 > git clone > npm install > npm run dev > 可以使用预设的模板,也可以不使用。只要不在自动导入列表中,就不会被打包进来 ## 介绍 1. vite 2. vue3 3. vue-router 4. pinia:vuex的上位替代,更新,更好,更快。 5. echarts:经典图表工具,封装的快捷模板 6. swipers:超级进阶版的滚屏组件,简单封装了一下 7. element-plus:ui框架 8. less:css预处理器 10. tailwindcss:css框架,很好用 11. axios:请求工具,兼容性比原生fetch要好一些。 ## 文件结构 ```txt ```