Aug 31, 2024
npm install vite
index.html
: Points to the main JavaScript file.main.js
: Contains the main logic of the application.cd project_folder
npm install
npm run dev
npm run build
hot
API, allowing developers to manage updates effectively.vite-plugin-inspect
: Useful for visualizing Vite's transformation processes.