Next generation frontend tooling. It's fast!
Go to file
2021-02-05 12:23:38 -05:00
.circleci ci: runInBand 2020-12-26 22:10:11 -05:00
.github chore: add link to discord chat [ci skip] 2021-01-29 11:35:59 -05:00
docs docs: logo + favicon 2021-02-05 12:23:38 -05:00
packages release: v2.0.0-beta.65 2021-02-05 12:12:18 -05:00
scripts test: ssr tests 2021-01-25 17:08:11 -05:00
.eslintrc.js feat: import resolving + url rebasing for less 2021-01-26 17:56:12 -05:00
.gitignore wip: profile 2020-12-14 10:58:02 -05:00
.prettierrc wip: port rollup-plugin-vue to vite plugin 2020-12-17 14:29:57 -05:00
appveyor.yml ci: windows ci 2020-12-18 16:08:19 -05:00
jest.config.js feat: default vendor chunk splitting 2021-01-23 21:24:09 -05:00
LICENSE wip: port rollup-plugin-vue to vite plugin 2020-12-17 14:29:57 -05:00
package.json test: ssr tests 2021-01-25 17:08:11 -05:00
README.md chore: readme 2021-02-04 12:31:12 -05:00
yarn.lock feat: support resolving style/sass entries in css @import 2021-02-04 16:37:50 -05:00

Vite logo


npm package node compatility unix build status windows 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

Vite is now in 2.0 beta. 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
@vitejs/create-app create-app version

Contribution

See Contributing Guide.

License

MIT