npm
vite
Next generation frontend tooling. It's fast!
brew
macos
linux
Try with need
$
npx @agentneeds/need vite
Or install directly
$
brew install vite
Source
About
Next generation frontend tooling. It's fast!
Commands
vite
Examples
Create a new Vite project with a template
$
vite create my-app
Start the development server
$
vite
Build the project for production
$
vite build