{"id":13555165,"url":"https://github.com/lmiller1990/vue-testing-handbook","last_synced_at":"2025-05-16T10:07:49.975Z","repository":{"id":33281050,"uuid":"139344222","full_name":"lmiller1990/vue-testing-handbook","owner":"lmiller1990","description":"A guide on testing Vue components and applications","archived":false,"fork":false,"pushed_at":"2023-01-31T05:24:12.000Z","size":24452,"stargazers_count":872,"open_issues_count":4,"forks_count":160,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-05-07T04:39:03.034Z","etag":null,"topics":["javascript-tests","jest","tdd","vue","vue-test-utils","vue-testing-handbook","vuejs"],"latest_commit_sha":null,"homepage":"https://lmiller1990.github.io/vue-testing-handbook/","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lmiller1990.png","metadata":{"files":{"readme":"README.ko.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-07-01T16:22:44.000Z","updated_at":"2025-04-02T08:20:59.000Z","dependencies_parsed_at":"2023-01-15T00:30:53.110Z","dependency_job_id":"7a539e3a-2bd6-4cda-b329-47cae728fac2","html_url":"https://github.com/lmiller1990/vue-testing-handbook","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmiller1990%2Fvue-testing-handbook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmiller1990%2Fvue-testing-handbook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmiller1990%2Fvue-testing-handbook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmiller1990%2Fvue-testing-handbook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lmiller1990","download_url":"https://codeload.github.com/lmiller1990/vue-testing-handbook/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254509476,"owners_count":22082891,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["javascript-tests","jest","tdd","vue","vue-test-utils","vue-testing-handbook","vuejs"],"created_at":"2024-08-01T12:03:03.798Z","updated_at":"2025-05-16T10:07:44.968Z","avatar_url":"https://github.com/lmiller1990.png","language":"Vue","funding_links":[],"categories":["JavaScript","Vue"],"sub_categories":[],"readme":"[English](https://github.com/lmiller1990/vue-testing-handbook#vue-testing-handbook) | [日本語](https://github.com/lmiller1990/vue-testing-handbook/blob/master/src/ja/README.md) | [Русский](https://github.com/webistomin/vue-testing-handbook/blob/master/README.ru.md) | [简体中文](https://github.com/tonylua/vue-testing-handbook/blob/master/README.zh-CN.md) | [한국어](https://github.com/webistomin/vue-testing-handbook/blob/master/README.ko.md)\n\n## Vue 테스팅 핸드북\n\nVue.js 테스팅 핸드북에 방문한 것을 환영합니다!\n\n## 이 프로젝트는 무엇인가요?\n\n이 프로젝트는 Vue 컴포넌트를 테스트 하는 방법에 집중한 예제를 짧게 모아 놓았습니다. 이 문서에서는 Vue 컴포넌트를 테스트 하기 위한 공식 라이브러리인 [`vue-test-utils`](https://github.com/vuejs/vue-test-utils)와 근래에 자주 쓰이는 테스팅 프레임워크인 [Jest](https://jestjs.io/)를 사용합니다. 컴포넌트를 테스트 하는 모범 사례들 뿐만 아니라, `vue-test-utils`의 API도 다룹니다. 예제를 가진 작업 데모 프로젝트도 포함되는데, 여러분이 직접 내려 받고 운영해 볼 수 있습니다.\n\n## 언어\n\n이 핸드북은 영어로 쓰여져 있습니다. 일본어, 러시아어, 중국어 번역본이 작업 진행중입니다. 여러분 나라의 언어로 이 핸드북을 번역하고 싶다면 이슈를 남겨주세요!\n\n## 기여\n\n### 개발\n\n정적 웹사이트를 생성하기 위해서 [Vuepress](https://vuepress.vuejs.org/)가 사용됐습니다. 아티클은 마크다운 문법으로 작성됐습니다.\n\n레포지토리를 클론하고 `yarn`을 실행해서 의존성을 설치하세요. 그러고 나서 개발 서버를 열기 위해 `yarn dev` 실행하세요. `localhost:80801`으로 접속할 수 있습니다.\n\n이 가이드를 수정하고 싶다면, [src](https://github.com/lmiller1990/vue-testing-handbook/tree/master/src) 디렉토리에 있는 코드를 업데이트 하세요. 마크다운 파일은 배포 했을 때 HTML로 변환됩니다. 직접 수정할 필요가 없습니다.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flmiller1990%2Fvue-testing-handbook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flmiller1990%2Fvue-testing-handbook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flmiller1990%2Fvue-testing-handbook/lists"}