# Installation
URL: /docs/getting-started/installation
Source: https://raw.githubusercontent.com/goorm-dev/vapor-ui/refs/heads/main/apps/website/content/docs/getting-started/installation.mdx
Vapor UI 설치를 위한 가이드.
***
title: Installation
description: Vapor UI 설치를 위한 가이드.
---------------------------------
요구사항:
- React 17 or later
- Node.js 16 or later
***
## 패키지 설치
다음 중 하나의 패키지 매니저를 사용하여 Vapor UI를 설치하세요:
```package-install
npm install @vapor-ui/core@beta @vapor-ui/icons@beta
```
***
## 컴포넌트 사용하기
이제 React 애플리케이션에서 Vapor UI 컴포넌트를 사용할 수 있습니다:
```json doc-gen:file
{
"file": "./src/components/demo/examples/assemble-component.tsx",
"codeblock": true
}
```