React.js logoNext.js logoNest.js logoReact Native logoExpo logoElectron.js logoViteJsHTML logoCSS logoJavascript logoTypescript logoNode.js logoPython logoRust logogo-langPHP logoJest logoMocha logoJasmine logoMongoDb logoPostgresql logoRedis logoNginx logoSass logoDocker logokubernetes logoGithub logoVisual Studio Code logoPostman logoNPM logoCargo logoUbuntu logoAWS logoGoogle Cloud
ViteJs
Vite.jsFrontend build tool

Vite is a blazing fast frontend build tool powering the next generation of web applications.

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects. It consists of two major parts:

  • A dev server that provides rich feature enhancements over native ES modules, for example extremely fast Hot Module Replacement (HMR).

  • A build command that bundles your code with Rollup, pre-configured to output highly optimized static assets for production.

Vite is opinionated and comes with sensible defaults out of the box. Support for frameworks or integration with other tools is possible through Plugins.

Software in the same category
React.js logoNext.js logoNest.js logoReact Native logoExpo logoElectron.js logo