Vite
  • is a web build tool
  • is a fast and modern JavaScript build tool and development server for web applications, especially useful for frameworks like Vue.js, React, and Svelte
  • it aims to provide a quicker and more efficient development experience by leveraging native ES modules and Hot Module Replacement (HMR)

Use

❯ npm init vite my-vite-app
Need to install the following packages:
create-vite@6.3.1
Ok to proceed? (y) y

> npx
> cva my-vite-app

│
◆  Select a framework:
│  ● Vanilla
│  ○ Vue
│  ○ React
│  ○ Preact
│  ○ Lit
│  ○ Svelte
│  ○ Solid
│  ○ Qwik
│  ○ Angular
│  ○ Others
└

Resources