8000 "Building Your App" has been translated. · etherscan-io/electron-vue@edc109d · GitHub
[go: up one dir, main page]

Skip to content

Commit edc109d

Browse files
author
wayne-kim
committed
"Building Your App" has been translated.
1 parent e1bad13 commit edc109d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/ko/building_your_app.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Building Your App
1+
# 앱 빌드하기
22

3-
electron-vue supports both [electron-packager](https://github.com/electron-userland/electron-packager) and [electron-builder](https://github.com/electron-userland/electron-builder) to build and distribute your production ready application. Both build tools are backed by the amazing [@electron-userland](https://github.com/electron-userland) community and each have detailed documentation. During `vue-cli` scaffolding you will be asked which builder you will want to use.
3+
electron-vue는 프로덕션 준비가 완료된 애플리케이션을 빌드 및 배포 할 수 있는 [electron-packager](https://github.com/electron-userland/electron-packager)[electron-builder](https://github.com/electron-userland/electron-builder)를 지원합니다. 두 가지 빌드 도구는 놀라운 [@electron-userland](https://github.com/electron-userland) 커뮤니티의 뒷받침으로 각각 자세한 문서가 있습니다. `vue-cli` 스캐폴딩 중 어떤 빌더를 사용할 지 묻는 메시지가 표시됩니다.
44

55
## [`electron-packager`](using-electron-packager.md)
66

7-
If you are new to making electron applications or just need to create simple executables, then `electron-packager` is perfect for your needs.
7+
electron 애플리케이션을 처음 사용하거나 간단한 실행 파일만 작성해야하는 경우 `electron-packager`는 여러분의 요구에 완벽할 것 입니다.
88

99
## [`electron-builder`](using-electron-builder.md)
1010

11-
If you are looking for full installers, auto-update support, CI building with Travis CI & AppVeyor, or automation of rebuilding native node modules, then `electron-builder` is what you will need.
11+
완전한 설치 관리자, 자동 업데이트 지원, Travis CI 및 AppVeyor를 사용한 CI 구축 또는 기본 노드 모듈 재구성 자동화를 원할 경우 `electron-builder`가 좋을 것 입니다.
1212

0 commit comments

Comments
 (0)
0