Easily set multiple path aliases without manual handling of path translation issues, thanks to the powerful bundling tool in Vite.
⏏ Top-Level Await
Thanks to Vite-node, no additional configuration is needed. It directly supports top-level await and many other powerful features.
🔥 HMR
Also, thanks to Vite-node, the 'watch' parameter supports HMR (Hot Module Replacement), enabling efficient hot updates.
🍍 Global State Management
Utilizing the preferred state management plugin for Vue, Pinia, makes global reactive state management easy.
♻ Compatible with Vite/Vue Ecosystem
With the use of Vite-node and Vue, full compatibility with Vite's configurations and all ecosystem plugins, packages, and features of both Vite and Vue is achieved.
🟦 ESM/Typescript
Again, thanks to Vite-node, there's no need for manual configuration of ESM/CommonJs and TypeScript. It's ready to use out of the box.