-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Korean] basic.md #52
Conversation
|
||
#### 참고 사항 | ||
|
||
- Node.js 6 이상을 권장합니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Node.js 6
→ Node.js v6
or Node.js v6.0
으로 표현하는건 어떠신가요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
v6으로 변경합니다
|
||
- Node.js 6 이상을 권장합니다. | ||
- `vue-server-renderer` 와`vue`는 반드시 서로 맞는 버전을 사용해야합니다. | ||
- `vue-server-renderer`는 일부 Node.js 네이티브 모듈을 사용하므로 Node.js에서만 사용할 수 있습니다. 앞으로 다른 JavaScript 런타임에서 실행할 수 있는 보다 간단한 방법을 제공할 예정입니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
실행할 수 있는 보다 간단한 방법을
→ 실행할 수 있도록 보다 간단한 방법을
로 바꾸는건 어떨까요?
|
||
### 템플릿 인터폴레이션 | ||
|
||
템플릿은 간단한 인터폴레이션(보간)도 지원합니다. 다음 템플릿을 확인하세요. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
인터폴레이션
을 원문으로 표현하는건 어떠신가요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(Interpolation)을 추가했습니다
}) | ||
``` | ||
|
||
`컨텍스트`객체는 Vue 앱 인스턴스와 공유할 수 있으므로 컴포넌트가 템플릿 인터폴레이션을 위해 데이터를 동적으로 등록할 수 있습니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
컨텍스트
→ context
다른 문서에는 context
로 표현되어 있기에 코멘트 남깁니다.
|
||
- `*.vue` 컴포넌트를 사용할 때 CSS를 자동으로 주입합니다. | ||
- `clientManifest`를 사용할 때 에셋 링크 및 리소스에 관련한 힌트를 자동으로 주입합니다. | ||
- 클라이언트 측 하이드레이션을 위한 Vuex 스테이트 포함시 자동 주입 및 XSS를 예방을 지원합니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
스테이트
→ state(상태)
이런식으로 표현하는게 이해하는데 도움이 될 것 같은데 어떻게 생각하시나요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
state,store에 대해 전체적으로 state(상태), store(저장소)로 변경했습니다
Check out a review request at GitLocalize 😄