mirror of
https://github.com/vitejs/vite.git
synced 2024-11-22 07:09:05 +00:00
48 lines
1.3 KiB
Markdown
48 lines
1.3 KiB
Markdown
---
|
|
layout: home
|
|
|
|
title: Vite
|
|
titleTemplate: Next Generation Frontend Tooling
|
|
|
|
hero:
|
|
name: Vite
|
|
text: Next Generation Frontend Tooling
|
|
tagline: Get ready for a development environment that can finally catch up with you.
|
|
image:
|
|
src: /logo-with-shadow.png
|
|
alt: Vite
|
|
actions:
|
|
- theme: brand
|
|
text: Get Started
|
|
link: /guide/
|
|
- theme: alt
|
|
text: Why Vite?
|
|
link: /guide/why
|
|
- theme: alt
|
|
text: View on GitHub
|
|
link: https://github.com/vitejs/vite
|
|
- theme: brand
|
|
text: 🎉 ViteConf 23!
|
|
link: https://viteconf.org/23/replay?utm=vite-homepage
|
|
|
|
features:
|
|
- icon: 💡
|
|
title: Instant Server Start
|
|
details: On demand file serving over native ESM, no bundling required!
|
|
- icon: ⚡️
|
|
title: Lightning Fast HMR
|
|
details: Hot Module Replacement (HMR) that stays fast regardless of app size.
|
|
- icon: 🛠️
|
|
title: Rich Features
|
|
details: Out-of-the-box support for TypeScript, JSX, CSS and more.
|
|
- icon: 📦
|
|
title: Optimized Build
|
|
details: Pre-configured Rollup build with multi-page and library mode support.
|
|
- icon: 🔩
|
|
title: Universal Plugins
|
|
details: Rollup-superset plugin interface shared between dev and build.
|
|
- icon: 🔑
|
|
title: Fully Typed APIs
|
|
details: Flexible programmatic APIs with full TypeScript typing.
|
|
---
|