Vite (software)
Find sources: "Vite" software – news · newspapers · books · scholar · JSTOR (November 2023) (Learn how and when to remove this message)
| Vite | |
|---|---|
| Original author | Evan You |
| Developer | VoidZero Inc |
| Initial release | 20 April 2020; 5 years ago (2020年04月20日) |
| Stable release | |
| Repository | github |
| Written in | TypeScript |
| Platform | Node.js, Deno, Bun |
| Available in | English Docs in English, Chinese, Japanese and Spanish |
| Type | Development server |
| License | MIT License |
| Website | vite |
Vite (French: [vit] , like "veet") is a local development server backed by VoidZero Inc.[2] Vite was written by Evan You, the creator of Vue.js. It has support for TypeScript and JSX. It uses Rollup [Wikidata] and esbuild internally for bundling.[3]
Vite monitors files as they are being edited and upon file save the web browser reloads the code being edited through a process called Hot Module Replacement (HMR)[4] which works by just reloading the specific file being changed using ES6 modules (ESM) instead of recompiling the entire application.
Vite provides built-in support for server-side rendering (SSR). By default, it listens on TCP port 5173. It is possible to configure Vite to serve content over HTTPS and proxy requests (including WebSocket) to a back-end web server, such as Apache HTTP Server or lighttpd.
Features and performance
[edit ]Vite has a Hot Module Replacement (HMR) system, which reduces wait times during development. Vite supports frameworks such as React, Vue, and Svelte, and has server-side rendering (SSR), code-splitting, and asynchronous loading.
Viteconf
[edit ]Viteconf is an online event that hosts talks about frontend tooling.[5] In 2025, an in-person Viteconf is planned to be held in Amsterdam.[6]
Conventions were held in 2022,[7] [5] 2023,[8] and 2024.[9]
See also
[edit ]References
[edit ]- ^ "Release 7.2.4". 20 November 2025. Retrieved 21 November 2025.
- ^ "Announcing VoidZero - Next Generation Toolchain for JavaScript". void(0). Retrieved 2025年06月15日.
- ^ "Why Vite". vite.dev.
- ^ "Educative Answers - Trusted Answers to Developer Questions". Educative. Retrieved 10 November 2023.
- ^ a b East, David (30 Aug 2022). "Come join us at ViteConf 2022!". The Firebase Blog. Retrieved 24 September 2025.
- ^ "Big Announcement: The First In-Person ViteConf 2025 in Amsterdam! - Vue School Articles - Vue School". vueschool.io. Retrieved 24 September 2025.
- ^ "ViteConf is back!". blog.stackblitz.com. 10 August 2023. Retrieved 24 September 2025.
- ^ "Astro @ ViteConf 2023". Astro. 2 October 2023. Retrieved 24 September 2025.
- ^ "ViteConf 2024 was a blast". blog.stackblitz.com. 22 October 2024. Retrieved 24 September 2025.
External links
[edit ]- Official website Edit this at Wikidata
- vite on GitHub
- Vite on npm
- Vite: The Documentary (by CultRepo) on YouTube
This programming-tool-related article is a stub. You can help Wikipedia by expanding it.
This free and open-source software article is a stub. You can help Wikipedia by expanding it.