Next generation frontend tooling. It's fast!
Go to file
2022-01-18 22:44:34 +01:00
.github chore: fix link (#6269) 2021-12-27 11:42:24 +01:00
docs docs: add frontmatters to fix __VP_STATIC_START__ (#6283) 2021-12-28 09:30:32 +01:00
packages release: v2.7.13 2022-01-18 22:44:34 +01:00
scripts workflow: switch to simple-git-hooks (#6219) 2022-01-18 22:21:03 +01:00
.editorconfig chore: enforce LF line endings in the repository (#5092) 2021-09-26 16:48:29 +08:00
.eslintrc.cjs chore: prefer type imports (#5835) 2021-12-19 19:35:25 +08:00
.gitattributes chore: enforce LF line endings in the repository (#5092) 2021-09-26 16:48:29 +08:00
.gitignore test: use bcrypt instead of node-addon (#6036) 2021-12-09 14:36:21 +01:00
.prettierignore fix(html): show error overlay when parsing invalid file (#6184) 2021-12-26 21:28:47 +01: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: add vitejs-docker-dev to Repo Setup (#6186) 2021-12-21 14:59:56 +01:00
jest.config.ts chore: use cjs extension with scripts (#5877) 2021-11-29 21:40:44 +08: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 workflow: switch to simple-git-hooks (#6219) 2022-01-18 22:21:03 +01:00
pnpm-lock.yaml workflow: switch to simple-git-hooks (#6219) 2022-01-18 22:21:03 +01: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