Next generation frontend tooling. It's fast!
Go to file
2021-09-16 09:35:11 +02:00
.github chore: format (#4931) 2021-09-14 21:40:49 +02:00
docs docs: add vite audio for pronunciation (#4941) 2021-09-16 09:35:11 +02:00
packages fix: do not include css string in bundle if not needed 2021-09-15 18:11:28 -04:00
scripts refactor!: rename server.fsServe to server.fs (#3965) 2021-06-26 13:19:52 +08:00
.eslintrc.js chore: format all files on pre-commit, lint ts files (#4132) 2021-07-28 07:11:23 +02:00
.gitignore chore: recommend volar vscode extension (#4842) 2021-09-04 18:16:48 +02:00
.prettierignore chore: improve prettier config (#4154) 2021-07-06 20:23:46 +02: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 chore: fix issue-workflow picture path (#4656) 2021-08-19 09:59:46 +02:00
jest.config.ts fix: jest module naming collision (#4753) 2021-08-30 09:01:55 +02:00
LICENSE wip: port rollup-plugin-vue to vite plugin 2020-12-17 14:29:57 -05:00
package.json build: pin TS to 4.3 2021-09-07 22:58:19 -04:00
README.md chore(readme): correct contributing.md link (#4472) 2021-08-02 12:14:34 +08:00
yarn.lock chore: lockfile 2021-09-15 18:04:46 -04: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 "fast", pronounced /vit/) 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-refresh plugin-react-refresh version
@vitejs/plugin-legacy plugin-legacy version
create-vite create-vite version

Contribution

See Contributing Guide.

License

MIT