5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-05 02:22:11 +08:00
wails/website/i18n/ko/docusaurus-plugin-content-docs/version-v2.9.0/gettingstarted/building.mdx
Lea Anthony 8b215a9b4c
v2.9.0
2024-06-16 10:34:01 +10:00

23 lines
648 B
Plaintext

---
sidebar_position: 6
---
# 프로젝트 컴파일
프로젝트 디렉토리에서 `wails build` 명령을 실행합니다. 이것은 프로젝트를 컴파일하고 `build/bin` 디렉토리에 프로덕션-준비(production-ready) 바이너리를 저장합니다.
바이너리를 실행하면 기본 애플리케이션이 표시되어야 합니다:
```mdx-code-block
<div class="text--center">
<img
src={require("@site/static/img/defaultproject.webp").default}
width="50%"
class="screenshot"
/>
</div>
<br />
```
컴파일 옵션에 대한 자세한 내용은 [CLI Reference](../reference/cli.mdx#build)를 참조하세요.