File tree Expand file tree Collapse file tree 3 files changed +103
-81
lines changed Expand file tree Collapse file tree 3 files changed +103
-81
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ export const sidebar = {
234
234
text : '규모 키우기' ,
235
235
items : [
236
236
{ text : '싱글 파일 컴포넌트' , link : '/guide/scaling-up/sfc' } ,
237
- { text : '도구 ' , link : '/guide/scaling-up/tooling' } ,
237
+ { text : '툴 ' , link : '/guide/scaling-up/tooling' } ,
238
238
{ text : '라우팅' , link : '/guide/scaling-up/routing' } ,
239
239
{
240
240
text : '상태 관리' ,
Original file line number Diff line number Diff line change @@ -71,9 +71,7 @@ TypeScript 및 테스트 지원과 같은 여러 선택적 기능에 대한 프
71
71
다음은 몇 가지 추가 팁입니다:
72
72
73
73
- 권장되는 IDE는 [ Visual Studio Code] ( https://code.visualstudio.com/ ) + [ Volar extension] ( https://marketplace.visualstudio.com/items?itemName=Vue.volar ) 입니다.
74
- 다른 편집기를 사용하는 경우 [ IDE 지원 섹션] ( /guide/scaling-up/tooling.html#ide-support ) 을 확인하세요.
75
-
76
- [ comment ] : < > ( /guide/scaling-up/tooling.md 번역 후 링크 수정 필요 )
74
+ 다른 편집기를 사용하는 경우 [ IDE 지원 섹션] ( /guide/scaling-up/tooling.html#ide-지원 ) 을 확인하세요.
77
75
78
76
- 백엔드 프레임워크와의 통합을 비롯한 자세한 도구 세부정보는 [ 도구 가이드] ( /guide/scaling-up/tooling.html ) 에서 설명합니다.
79
77
You can’t perform that action at this time.
0 commit comments