# vite
Vite 是 Vue 开发工具,https://cn.vitejs.dev/ (opens new window)
# 特点
极速的服务启动使用原生 ESM 文件,无需打包!
轻量快速的热重载无论应用程序大小如何,都始终极快的模块热替换(HMR)
丰富的功能对 TypeScript、JSX、CSS 等支持开箱即用。
优化的构建可选 “多页应用” 或 “库” 模式的预配置 Rollup 构建
通用的插件在开发和构建之间共享 Rollup-superset 插件接口。
完全类型化的API灵活的 API 和完整的 TypeScript 类型。
# 使用
https://cn.vitejs.dev/guide/ (opens new window)
# version
5.3.4 •
# downloads
13,829,301
# repository
github.com/vitejs/vite
# homepage
vitejs.dev
# vite ⚡
Next Generation Frontend Tooling
💡 Instant Server Start
⚡️ Lightning Fast HMR
🛠️ Rich Features
📦 Optimized Build
🔩 Universal Plugin Interface
🔑 Fully Typed APIs
Vite (French word for "fast", pronounced /vit/) is a new breed of frontend build tool that significantly improves the frontend development experience. It consists of two major parts:
A dev server that serves your source files over native ES modules, with rich built-in features and astonishingly fast Hot Module Replacement (HMR).
A build command that bundles your code with Rollup, pre-configured to output highly optimized static assets for production.
In addition, Vite is highly extensible via its Plugin API and JavaScript API with full typing support.
Read the Docs to Learn More.