Vite alternatives and similar modules
Based on the "Build Tools" category.
Alternatively, view vite alternatives based on common mentions on social networks and blogs.
-
webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff. -
InversifyJS
A powerful and lightweight inversion of control container for JavaScript & Node.js apps powered by TypeScript. -
create-index
Creates ES6 ./index.js file in target directories that imports and exports all sibling files and directories.
CodeRabbit: AI Code Reviews for Developers
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Vite or a related project?
Popular Comparisons
README
Vite โก
Next Generation Frontend Tooling
- ๐ก Instant Server Start
- โก๏ธ Lightning Fast HMR
- ๐ ๏ธ Rich Features
- ๐ฆ Optimized Build
- ๐ฉ Universal Plugin Interface
- ๐ Fully Typed APIs
Vite (French word for "quick", pronounced /vit/
, like "veet") is a new breed of frontend build tooling that significantly improves the frontend development experience. It consists of two major parts:
A dev server that serves your source files over native ES modules, with rich built-in features and astonishingly fast Hot Module Replacement (HMR).
A build command that bundles your code with Rollup, pre-configured to output highly optimized static assets for production.
In addition, Vite is highly extensible via its Plugin API and JavaScript API with full typing support.
Packages
Package | Version (click for changelogs) |
---|---|
[vite](packages/vite) | [](packages/vite/CHANGELOG.md) |
[@vitejs/plugin-vue](packages/plugin-vue) | [](packages/plugin-vue/CHANGELOG.md) |
[@vitejs/plugin-vue-jsx](packages/plugin-vue-jsx) | [](packages/plugin-vue-jsx/CHANGELOG.md) |
[@vitejs/plugin-react](packages/plugin-react) | [](packages/plugin-react/CHANGELOG.md) |
[@vitejs/plugin-legacy](packages/plugin-legacy) | [](packages/plugin-legacy/CHANGELOG.md) |
[create-vite](packages/create-vite) | [](packages/create-vite/CHANGELOG.md) |
Contribution
See [Contributing Guide](CONTRIBUTING.md).
License
[MIT](LICENSE).
Sponsors
*Note that all licence references and agreements mentioned in the Vite README section above
are relevant to that project's source code only.