Skip to content
Viteconf logoViteConf 2024 - 10월 3일 & 4일

웹을 위한
완벽한 빌드 툴

Vite는 미래의 웹 애플리케이션을 위한
강력하고 빠른 프런트엔드 빌드 툴입니다.

.html.css.js

개발자 경험 혁신

웹 개발의 단순함을 Vite로 되찾으세요

즉각적인 서버 구동
네이티브 ESM 기반, 번들링 없이
온디맨드로 파일을 전송합니다.
빛처럼 빠른 HMR
앱 크기에 상관없이
Hot Module Replacement(HMR)는
언제나 빠르게 동작합니다.
JSON
CSS3
Javascript
Typescript
PostCSS
풍부한 기능
TypeScript, JSX, CSS를 포함해 다양한 기능을 즉시 사용할 수 있습니다.
최적화된 빌드
멀티 페이지 웹 애플리케이션 및
라이브러리 모드를 위한
사전 구성된 Rollup 빌드를 제공합니다.

견고한 기반, 강력한 빌드

유연한 플러그인 시스템
잘 설계된 Rollup 플러그인 시스템을
확장했으며, 몇 가지 Vite 옵션을
추가로 제공합니다.
import { createServer } from'vite'

const server = awaitcreateServer({
   // user config options
})
await server.listen()
server.printUrls()
(method) ViteDevServer.listen(port?: number | undefined, isRestart?: boolean | undefined): Promise<ViteDevServer>
Start the server.
타입 안전한 API
확장성을 고려해 설계되었습니다.
.JSClient transformServer transform
차원이 다른 SSR 지원
커스텀 SSR(Server-Side Rendering) 설정과, SSR 프레임워크를 구축하는 일이 이토록 쉬운 적은 없었습니다.
CI Tests
지속적인 생태계 통합
CI를 통해 하위 프로젝트에서 Vite 변경 사항을 지속적으로 테스트하고 있기에, Vite는 안정성과 신뢰를 바탕으로 개선됩니다.

인기있는 툴과 프레임워크의
성능을 극대화

VitestReactAngularVueSolidSveltePreactAstroRemixNuxt
QwikRedwoodAnalogPlaywrightStorybookMarkoLaravelEmberJS

커뮤니티에서 사랑받는 툴

Vite 커뮤니티 구성원의 목소리를 직접 확인해보세요.

Ryan Carniato
Ryan Carniato@RyanCarniato

I'm loving what Vite enables. We've found building SolidStart that it is less a metaframework but a system of symbiotic Vite plugins. While built with SolidJS in mind, they should scale from our simplest template to opinionated starter. We're building an ecosystem on Vite.

Rich Harris
Rich Harris@Rich_Harris

Vite is basically the united nations of JavaScript at this point. I'll be there as a representative of Sveltelandia

David East
David East@_davideast

Each and every time I use Vite, I feel a true sense of pure and unbridled joy.

Mark Dalgleish
Mark Dalgleish@markdalgleish

It’s also a great platform to build a framework on since it provides a pluggable dev environment.

Community is amazing too.

Jason Miller
Jason Miller@_developit

Every time I suspect I've hit the bounds of what Vite can do, I end up being wrong.

David Cramer
David Cramer@zeeg

Vite has been a game changer for the industry.

Dion Almaer
Dion Almaer@dalmaer

I am so excited to see so many great frameworks teaming up on top of vite. So many will benefit. ❤️ to the vite team.

Christoph Nakazawa
Christoph Nakazawa@cpojer

Vite is gonna eat the (JavaScript) world.

Nikolaj
Nikolaj@lopugit

Wow, wow, wow, wow, wow, wow, Vite is..... Vite is.... Wow 🤤🤯🙏

지금, Vite로 시작하세요.

생각의 속도를 따라잡을 수 있는 개발 환경을 준비하세요.

시작하기

Released under the MIT License. (cd53ccd3)