# vite-study **Repository Path**: itlyf/vite-study ## Basic Information - **Project Name**: vite-study - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-14 - **Last Updated**: 2021-04-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## vite的使用 - 安装vite带vue的 > npm init @vitejs/app my-vue-app --template vue - 安装需要的框架 1.安装vue-router > npm install vue-router@next 2.安装element3 > npm install element3 --save 3.安装axios > npm install axios 4.使用 - 新建router目录和index.js的路由文件 - 在main.js中使用 - 同样在main.js中使用element3 - 最后就是和vuecli基本步骤差不多了