Giter VIP home page Giter VIP logo

kr.vuejs.org's Introduction

안내

이 문서는 Vue.js 2 버전을 다루고 있습니다. Vue.js 3 가 정식 출시를 앞두고 있는 상태이며, docs-next 저장소에서 Vue.js 3 버전을 준비하고 있습니다.

docs-next 저장소에 기여하는 것을 강력하게 권장합니다. 이 저장소는 Vue.js 3가 정식 출시되면 아카이브할 예정입니다. 한국어 문서는 더이상 이 저장소에서 관리되지 않을 예정입니다.

vuejs.org

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

Writing

See the Vue Docs Writing Guide for our rules and recommendations on writing and maintaining documentation.

Developing

$ npm install
$ npm start # dev server at http://localhost:4000

Deploying

The site is automatically deployed when commits land in master, via Netlify.

If you are the maintainer of a community translation fork and would like to deploy via Netlify instead of GitHub pages, please ping @yyx990803 in an issue to request a Netlify team membership and DNS update.

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.

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 ;)

kr.vuejs.org's People

Contributors

01abhishekjain avatar alex-sokolov avatar azamat-sharapov avatar bencodezen avatar beomy avatar bluestragglr avatar changjoo-park avatar chrisvfritz avatar defcc avatar devjin0617 avatar fadymak avatar hakoiko avatar jinjiang avatar justineo avatar kazupon avatar kciter avatar lex111 avatar linusborg avatar machinisteweb avatar marktinsley avatar nataliatepluhina avatar phanan avatar posva avatar sdras avatar shentao avatar shoo7830 avatar vue-bot avatar yanxyz avatar youngwonseo avatar yyx990803 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

kr.vuejs.org's Issues

kr.vuejs.org 접속 불가능 이슈

안녕하세요.
현재 kr.vuejs.org로의 접속이 불가능한 상황입니다.
잠깐 살펴보니 github-pages는 활성화되어 있고, 도메인 연결에 문제가 있는 것 같은데
혹시 아카이브 후 v3로 넘어가기 위한 준비 과정의 일환일까요? 아니면 의도치 않은 도메인 문제일까요?
감사합니다.

2.5.3 새로 추가된 문서

전체

  • 전환 -> 트랜지션 으로 변경

index.md (API)

  • errorCaptured
  • inject 예제
  • scoped-slot

comparison

  • Riot 3.0 대응

components

  • slot-scope 추가에 따른 문서 업데이트

events

  • Automatic Key Modifers 추가됨
  • .exact Modifier 추가됨

typescript

  • 전체적인 문서 변경

deployment

  • Browserify의 envify 예제 추가

같은 원문에 대한 다른 번역 결과 처리하기

현재 '컴포넌트 톺아보기' 탭 내에 있는 문장 중, 같은 원문이 다르게 번역된 부분이 중복으로 존재합니다.

원문의 경우, 컴포넌트 기초에 대한 문서를 읽을 것을 권장하는 문장이 아래와 같이 통일되어 작성되어 있습니다.
image
(Dynamic&Async components및 Handling Edge Case 페이지도 동일)

반면, 기번역된 한글 페이지는 다음과 같이 여러 종류의 번역이 존재합니다.
image

원문이 같은 문구인 만큼 번역 문구를 통일하면 좀 더 멋진 문서를 만들 수 있을 것 같은데, 어떤 것으로 통일하면 좋을까요?

컴포넌트 페이지 : vuejs.org 와 다름

Issue description

original : https://vuejs.org/v2/guide/components.html
kr translation : https://kr.vuejs.org/v2/guide/components.html

두 페이지의 목차만 보아도, 대부분이 달라서 비교가 어렵습니다
특히, Props가 아닌 속성 섹션은 vuejs.org에서는 Essential이 아닌 Components In-Depth 하위에 포함되어 있습니다 (https://vuejs.org/v2/guide/components-props.html#Non-Prop-Attributes)
한국 문서에는 여전히 필수요소 하위에 있으며, 컴포넌트 톺아보기(?) 하위에도 같은 문서가 존재합니다 (심지어 내용은 조금 차이가 있는 듯 합니다)
https://kr.vuejs.org/v2/guide/components.html#Props%EA%B0%80-%EC%95%84%EB%8B%8C-%EC%86%8D%EC%84%B1
https://kr.vuejs.org/v2/guide/components-props.html#Prop%EC%9D%B4-%EC%95%84%EB%8B%8C-%EC%86%8D%EC%84%B1

Suggestion

한국 문서의 컴포넌트 페이지를 원문과 목차 및 내용을 맞추어 변경합니다

다른 언어보기 메뉴 버그

현상

vue js 문서 페이지에서 영어를 선택했을 때 해당 문서의 영어페이지로 가지 않고, vue js 메인페이지로 이동합니다.

재현방법

  1. https://kr.vuejs.org/v2/guide/components.html로 이동
  2. 오른쪽 상단에 다른 언어로 보기 -> English 선택
  3. vue js 메인 페이지 확인

예상했던 결과

https://vuejs.org/v2/guide/components.html로 리다이렉트 될것으로 예상했습니다.

기타

vue js 영문 페이지에서 Translation -> Korea 했을때 해당 문서의 한국어 페이지로 정상적으로 리다이렉트 됩니다.

kr.vuejs.org CSS 이슈

image

안녕하세요. 튜토리얼 해보고있는 개발자입니다.
오늘 09:30경부터 갑자기 kr.vuejs.org의 레이아웃이 깨지더라구요.
확인해보니 page.css, search.css 두 파일의 내용이 비어있었습니다.

여기서 번역만 관리하시는지 서버도 관리하시는진 모르겠는데
알릴만한데가 여기밖에 안보여서 여기다 올립니다. 😄

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.