Vite is a JS Bundler like webpack. But is more efficient and faster as having less dependencies.
To install vite in an existing project use command
npm install vite @vitejs/plugin-react --save-dev
Vite is a JS Bundler like webpack. But is more efficient and faster as having less dependencies.
To install vite in an existing project use command
npm install vite @vitejs/plugin-react --save-dev
Leave a Reply