# vite_source_code **Repository Path**: zyl-ll/vite_source_code ## Basic Information - **Project Name**: vite_source_code - **Description**: 手写vite开发服务器源码 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2022-03-20 - **Last Updated**: 2022-07-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vite_source_code #### 介绍 手写vite开发服务器源码 #### 安装教程 1. 下载到本地后,使用pnpm i 安装所有依赖(没有pnpm先安装一下哈) #### 使用说明 1. npm run dev 启动项目 2. localhost:3030可以访问 3. 修改main.jsx等文件中的代码,页面会同步刷新