Next generation frontend tooling. It's fast!
Go to file
2021-11-13 20:50:21 +01:00
.github chore: include all vite packages in issue sys info (#5159) 2021-10-01 08:53:14 +02:00
docs docs: add missing prune api in HMR (#5440) 2021-10-27 13:24:24 +02:00
packages release: plugin-react@1.0.9 2021-11-13 20:50:21 +01:00
scripts chore(release): git tag right after committing (#5434) 2021-10-27 08:57:59 +02:00
.editorconfig chore: enforce LF line endings in the repository (#5092) 2021-09-26 16:48:29 +08:00
.eslintrc.js workflow: switch to pnpm (#5060) 2021-09-24 16:21:04 -04:00
.gitattributes chore: enforce LF line endings in the repository (#5092) 2021-09-26 16:48:29 +08:00
.gitignore chore: recommend volar vscode extension (#4842) 2021-09-04 18:16:48 +02:00
.prettierignore workflow: switch to pnpm (#5060) 2021-09-24 16:21:04 -04:00
.prettierrc.json chore: improve prettier config (#4154) 2021-07-06 20:23:46 +02:00
CODE_OF_CONDUCT.md chore: fix Vite Land link in CoC [skip ci] (#2952) 2021-04-12 00:43:20 +08:00
CONTRIBUTING.md docs(contributing): add testing nested vite steps (#5429) 2021-10-26 19:58:28 +02:00
jest.config.ts workflow: switch to pnpm (#5060) 2021-09-24 16:21:04 -04:00
LICENSE wip: port rollup-plugin-vue to vite plugin 2020-12-17 14:29:57 -05:00
netlify.toml workflow: switch to pnpm (#5060) 2021-09-24 16:21:04 -04:00
package.json chore(deps): update all non-major dependencies 2021-10-04 16:56:07 +02:00
pnpm-lock.yaml release: v2.6.13 2021-10-27 13:37:21 +02:00
pnpm-workspace.yaml workflow: switch to pnpm (#5060) 2021-09-24 16:21:04 -04:00
README.md docs: link to vite audio in readme 2021-09-25 23:01:29 +08:00

Vite logo


npm package node compatibility build status discord chat


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 tool that significantly improves the frontend development experience. It consists of two major parts:

In addition, Vite is highly extensible via its Plugin API and JavaScript API with full typing support.

Read the Docs to Learn More.

Migrating from 1.x

Check out the Migration Guide if you are upgrading from 1.x.

Packages

Package Version (click for changelogs)
vite vite version
@vitejs/plugin-vue plugin-vue version
@vitejs/plugin-vue-jsx plugin-vue-jsx version
@vitejs/plugin-react plugin-react version
@vitejs/plugin-legacy plugin-legacy version
create-vite create-vite version

Contribution

See Contributing Guide.

License

MIT