# vite-cli-v3 **Repository Path**: mcgee0731/vite-cli-v3 ## Basic Information - **Project Name**: vite-cli-v3 - **Description**: 开发模式下的 vite 静态服务实现 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-30 - **Last Updated**: 2021-11-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vite-cli-v3 1. 静态 Web 服务器 基于 KOA 2. 处理浏览器不识别的 单文件组件 3. 处理浏览器找不到的 第三方模块 4. 基于vue3 ### vue3 独立的compiler模块包 ``` yarn add @vue/compiler-sfc ``` ### koa 开启静态web server ``` yarn add koa koa-send ```