ssafy-vue / kr.vuejs.org

Vue.js 2 한국어 문서입니다.

Home Page:https://ssafy-vue.xyz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gh-pages pages-build-deployment

v2.vuejs.org

Important: This repository is for Vue 1.x and 2.x only. Issues and pull requests related to 3.x are managed in the v3 doc repo.

This site is built with hexo. Site content is written in Markdown format located in src. Pull requests welcome!

기여 가이드

  1. ssafy-vue/kr.vuejs.org issue에서 번역 or 개선할 파일에 대한 이슈를 발행합니다.
  2. 변경 내용 추적을 위해, 가급적 Pull RequestDraft를 등록하고 리뷰 준비가 완료되면 Pull Request로 변환하여 리뷰 요청을 합니다.
  3. 코드 리뷰가 끝나면 ssafy-vue/kr.vuejs.orgmerge 되고, 자동으로 사이트에 배포됩니다.

Issue 양식

Title

작업에 대한 간략한 설명을 작성합니다.

메뉴 순서 변경

Label

작업 내용에 따라 라벨을 적절히 선택합니다.

  • 번역 개선
  • 번역 추가
  • 성능 개선
  • 레이아웃 개선

Comment

중복 작업을 방지하기 위해 작업 과정에서 변경이 예상되는 파일 목록을 작성합니다.

Pull Request 양식

Title과 Label은 Issue와 동일하게 작성합니다.

Comment

작업 동기와 변경된 파일 목록을 작성합니다.

  • example
### 동기
UI 접근성 향상을 위해 메뉴 순서를 변경

### 결과
Add : /src/v2/foo.md
Update : /src/v2/index.md
Delete : /src/v1/**

Development

최초 클론시 1회 실행

npm install

개발용 서버 시작

npm run dev
  • 서버 주소 : http://localhost:4000/
  • 서버 종료 : 실행시킨 shell 에서 Ctrl + C 를 입력하여 종료합니다.

On Translations

Translations for this documentation project are currently maintained in separate repositories forked from this original one.

Arabic

Arabic translation is maintained by Interstellar Club

French

French translation is maintained by Vuejs-FR.

Italian

Japanese

Japanese translation is maintained by Vue.js japan user group

Korean

Korean translation is maintained by Vue.js Korean User group.

Mandarin

Persian (Farsi)

Persian translation is maintained by VueJS-fa.

Português-Br

Português-Br translation is maintained by Vuejs-Br.

Russian

Russian translation is maintained by Translation Gang.

Spanish

1950Labs & Vue.js Montevideo:

Vietnamese

Vietnamese translation is maintained by Vue.js Vietnam User group.

Bahasa Indonesia

Bahasa Indonesia translation is maintained by Vue.js Indonesia.

Want to help with the translation?

If you feel okay with translating quite alone, you can fork the repo, post a comment on the Community Translation Announcements issue page to inform others that you're doing the translation and go for it.

If you are more of a team player, Translation Gang might be for you. Let us know somehow that you're ready to join this international open-source translators community. Feel free to contact Grigoriy Beziuk or anybody else from the team.

And thank you in advance ;)

About

Vue.js 2 한국어 문서입니다.

https://ssafy-vue.xyz/

License:MIT License


Languages

Language:JavaScript 73.7%Language:HTML 10.5%Language:EJS 7.5%Language:Stylus 7.1%Language:CSS 1.2%Language:Vue 0.0%