Next generation frontend tooling. It's fast!
Go to file
2021-01-12 22:34:46 -05:00
.circleci ci: runInBand 2020-12-26 22:10:11 -05:00
.github chore: issue template [skip ci] 2021-01-05 11:29:01 -05:00
docs docs: a11y and seo 2021-01-12 16:53:05 -05:00
packages chore: readme [skip ci] 2021-01-12 22:34:46 -05:00
scripts test: target esnext for tests 2021-01-08 18:33:17 -05:00
.eslintrc.js feat(create-app): include env shim 2021-01-05 01:04:20 -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
CHANGELOG.md release: v1.0.0-rc.13 2020-11-25 12:29:43 -05:00
jest.config.js ci: bump test timeout 2020-12-26 22:04:18 -05:00
LICENSE wip: port rollup-plugin-vue to vite plugin 2020-12-17 14:29:57 -05:00
package.json docs: a11y and seo 2021-01-12 16:53:05 -05:00
README.md docs: fix readme links [skip ci] 2021-01-04 14:18:27 -05:00
yarn.lock wip: plugin-cdn 2021-01-12 22:29:10 -05:00

vite

npm node unix CI status windows CI status

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.

Contribution

See Contributing Guide.

License

MIT