vite/docs/index.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

48 lines
1.3 KiB
Markdown
Raw Normal View History

2021-01-01 21:40:16 +00:00
---
2022-05-22 06:20:43 +00:00
layout: home
title: Vite
titleTemplate: Next Generation Frontend Tooling
2022-05-22 06:20:43 +00:00
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
2022-05-22 06:20:43 +00:00
actions:
- theme: brand
text: Get Started
2022-06-01 19:56:47 +00:00
link: /guide/
2022-05-22 06:20:43 +00:00
- theme: alt
text: Why Vite?
2022-06-01 19:56:47 +00:00
link: /guide/why
2022-05-22 06:20:43 +00:00
- theme: alt
text: View on GitHub
link: https://github.com/vitejs/vite
2023-08-11 06:16:54 +00:00
- theme: brand
text: ViteConf 23!
link: https://viteconf.org/23
2021-01-01 21:40:16 +00:00
features:
2022-05-22 06:20:43 +00:00
- icon: 💡
title: Instant Server Start
2021-01-12 05:20:05 +00:00
details: On demand file serving over native ESM, no bundling required!
2022-05-22 06:20:43 +00:00
- icon: ⚡️
title: Lightning Fast HMR
2021-01-12 05:20:05 +00:00
details: Hot Module Replacement (HMR) that stays fast regardless of app size.
2022-05-22 06:20:43 +00:00
- icon: 🛠️
title: Rich Features
2021-01-12 05:20:05 +00:00
details: Out-of-the-box support for TypeScript, JSX, CSS and more.
2022-05-22 06:20:43 +00:00
- icon: 📦
title: Optimized Build
2021-01-12 05:20:05 +00:00
details: Pre-configured Rollup build with multi-page and library mode support.
2022-05-22 06:20:43 +00:00
- icon: 🔩
title: Universal Plugins
2021-01-01 21:40:16 +00:00
details: Rollup-superset plugin interface shared between dev and build.
2022-05-22 06:20:43 +00:00
- icon: 🔑
title: Fully Typed APIs
2021-01-12 05:20:05 +00:00
details: Flexible programmatic APIs with full TypeScript typing.
---