Hubbry Logo
search button
Sign in
Vite (software)
Vite (software)
Comunity Hub
arrow-down
History
arrow-down
starMore
arrow-down
bob

Bob

Have a question related to this hub?

bob

Alice

Got something to say related to this hub?
Share it here.

#general is a chat channel to discuss anything related to the hub.
Hubbry Logo
search button
Sign in
Vite (software)
Community hub for the Wikipedia article
logoWikipedian hub
Welcome to the community hub built on top of the Vite (software) Wikipedia article. Here, you can discuss, collect, and organize anything related to Vite (software). The purpose of the hub is to connect p...
Add your contribution
Vite (software)
Vite
Original author(s)Evan You
Developer(s)VoidZero Inc
Initial release20 April 2020; 5 years ago (2020-04-20)
Stable release
7.1.2[1] Edit this on Wikidata / 12 August 2025; 21 days ago (12 August 2025)
Repositorygithub.com/vitejs/vite
Written inTypeScript
PlatformNode.js, Deno, Bun
Available inEnglish
Docs in English, Chinese, Japanese and Spanish
TypeDevelopment server
LicenseMIT License
Websitevite.dev Edit this at Wikidata

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  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.

See also

[edit]

References

[edit]
  1. ^ "Release 7.1.2". 12 August 2025. Retrieved 14 August 2025.
  2. ^ "Announcing VoidZero - Next Generation Toolchain for JavaScript". void(0). Retrieved 2025-06-15.
  3. ^ "Why Vite". vite.dev.
  4. ^ "Educative Answers - Trusted Answers to Developer Questions". Educative. Retrieved 10 November 2023.
[edit]