Next generation frontend tooling. It's fast!
- TypeScript 82.5%
- JavaScript 9.6%
- HTML 4.5%
- CSS 2.8%
- Vue 0.2%
- Other 0.2%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
Some checks failed
CI / Get changed files (push) Has been cancelled
CI / Lint: node-24, ubuntu-latest (push) Has been cancelled
Preview release / preview (push) Has been cancelled
CI / Build & Test Passed or Skipped (push) Has been cancelled
CI / Build & Test Failed (push) Has been cancelled
CI / Build&Test: node-20, ubuntu-latest (push) Has been cancelled
CI / Build&Test: node-22, ubuntu-latest (push) Has been cancelled
CI / Build&Test: node-24, macos-latest (push) Has been cancelled
CI / Build&Test: node-24, ubuntu-latest (push) Has been cancelled
CI / Build&Test: node-24, windows-latest (push) Has been cancelled
CI / Build&Test: node-26, ubuntu-latest (push) Has been cancelled
Signed-off-by: Kushagra963-lab <147275307+Kushagra963-lab@users.noreply.github.com> |
||
| .github | ||
| docs | ||
| packages | ||
| patches | ||
| playground | ||
| scripts | ||
| .editorconfig | ||
| .git-blame-ignore-revs | ||
| .gitattributes | ||
| .gitignore | ||
| .oxfmtrc.json | ||
| CONTRIBUTING.md | ||
| eslint.config.js | ||
| LICENSE | ||
| netlify.toml | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| README.md | ||
| vitest.config.e2e.ts | ||
| vitest.config.ts | ||
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 /viːt/, like "veet") 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 Rolldown, 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 | |
| @vitejs/plugin-legacy | |
| create-vite |
Contribution
See Contributing Guide.
License
MIT.