Javascript vite

From wikinotes

Vite serves two roles:

  • a development server with fast hot reloading, typescript support, import rewriting to match bundled assets, etc.
  • a build command layered overtop of javascript rollup asset bundler

Documentation

official docs https://vite.dev/guide/