Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Webpack | 63,707 | 643,832 | 226,953 | 13 hours ago | 831 | October 13, 2023 | 324 | mit | JavaScript | |
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. | ||||||||||
Vite | 61,533 | 50,363 | 13 hours ago | 478 | November 29, 2023 | 474 | mit | TypeScript | ||
Next generation frontend tooling. It's fast! | ||||||||||
Dependencycheck | 5,522 | 31 | 10 | 2 days ago | 133 | December 01, 2023 | 485 | apache-2.0 | Java | |
OWASP dependency-check is a software composition analysis utility that detects publicly disclosed vulnerabilities in application dependencies. | ||||||||||
Wmr | 4,842 | 10 | 7 months ago | 50 | September 28, 2022 | 88 | mit | JavaScript | ||
👩🚀 The tiny all-in-one development tool for modern web apps. | ||||||||||
Happypack | 4,110 | 2,164 | 1,426 | 3 years ago | 38 | January 04, 2019 | 48 | mit | JavaScript | |
Happiness in the form of faster webpack build times. | ||||||||||
Retire.js | 3,411 | 2,122 | 156 | 6 days ago | 123 | October 11, 2023 | 2 | other | JavaScript | |
scanner detecting the use of JavaScript libraries with known vulnerabilities. Can also generate an SBOM of the libraries it finds. | ||||||||||
Steal | 1,359 | 699 | 395 | a year ago | 328 | June 09, 2022 | 84 | mit | JavaScript | |
Gets JavaScript | ||||||||||
Javafx Maven Plugin | 781 | 77 | 2 | 2 years ago | 22 | February 09, 2017 | 17 | Java | ||
Maven plugin for JavaFX | ||||||||||
Intellij | 733 | 3 days ago | 24 | November 23, 2023 | 412 | apache-2.0 | Java | |||
IntelliJ plugin for Bazel projects | ||||||||||
Packem | 542 | 1 | 6 | 3 years ago | 6 | August 17, 2019 | 6 | mit | JavaScript | |
📦⚡ A precompiled JavaScript module bundler |
Next Generation Frontend Tooling
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.
Package | Version (click for changelogs) |
---|---|
vite | |
@vitejs/plugin-legacy | |
create-vite |
See Contributing Guide.
MIT.