From f9245a3d09d24d7673e0f33bce2607931ccc39de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Thu, 11 Apr 2019 17:36:28 +0900 Subject: [PATCH 1/7] Update README.md --- README.md | 56 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index e8179e0..f99c00b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ FE개발 FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 기술 산출물로, 공통 모듈 및 컴포넌트와 개발 가이드 등을 포함합니다.
배포되는 산출물은 FE개발랩에서 개발/관리하며 [MIT 라이선스](LICENSE)로 자유롭게 사용할 수 있습니다.
단, FE개발랩의 동의 없이 임의로 수정하여 사용된 코드에 대해서는 유지보수 및 산출물의 품질을 보증을 할 수 없으니,
-추가/수정 요청 및 문의, 버그 신고는 [[Issues]](https://github.com/nhnent/fe.javascript/issues) 또는 [[FE개발랩 DL]](mailto:dl_javascript@nhnent.com)을 이용해주세요.
+추가/수정 요청 및 문의, 버그 신고는 [[Issues]](https://github.com/nhn/fe.javascript/issues) 또는 [[FE개발랩 DL]](mailto:dl_javascript@nhn.com)을 이용해주세요.

@@ -12,7 +12,7 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 자바스크립트 개발 시 필요한 내용들을 가이드 합니다.
본 문서는 코딩컨벤션, 디버깅, 테스트 등과 같이 기본적인 내용부터 의존성 관리 및 압축까지의 개발 전반에 대한 내용을 다룹니다. -> [자바스크립트 개발 가이드](https://github.com/nhnent/fe.javascript/wiki) 바로가기 +> [자바스크립트 개발 가이드](https://github.com/nhn/fe.javascript/wiki) 바로가기
@@ -20,9 +20,11 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |Name|Description|Documentation| | ---- | ---- | ---- | -|[Chart](https://github.com/nhnent/tui.chart)|차트|[[API]](https://nhnent.github.io/tui.chart/latest), [[Example]](https://nhnent.github.io/tui.chart/latest/tutorial-example01-01-bar-chart-basic.html), [[Tutorial]](https://github.com/nhnent/tui.chart/wiki/getting-started)| -|[Editor](https://github.com/nhnent/tui.editor)|에디터|[[API]](https://nhnent.github.io/tui.editor/api/latest/), [[Example]](https://nhnent.github.io/tui.editor/), [[Tutorial]](https://github.com/nhnent/tui.editor/wiki/Getting-Started)| -|[Grid](https://github.com/nhnent/tui.grid)|그리드|[[API]](https://nhnent.github.io/tui.grid/api), [[Example]](http://nhnent.github.io/tui.grid/api/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.grid/wiki/Getting-Started)| +|[Chart](https://github.com/nhn/tui.chart)|차트|[[API]](https://nhn.github.io/tui.chart/latest/), [[Example]](https://ui.toast.com/tui-chart/), [[Tutorial]](https://github.com/nhn/tui.chart/blob/master/docs/wiki/getting-started.md)| +|[Editor](https://github.com/nhn/tui.editor)|에디터|[[API]](https://nhn.github.io/tui.editor/api/latest/), [[Example]](https://nhn.github.io/tui.editor/), [[Tutorial]](https://github.com/nhn/tui.editor/blob/master/docs/getting-started.md)| +|[Grid](https://github.com/nhn/tui.grid)|그리드|[[API]](https://nhn.github.io/tui.grid/latest/), [[Example]](https://ui.toast.com/tui-grid/), [[Tutorial]](https://github.com/nhn/tui.grid/blob/master/docs/getting-started.md)| +|[Calendar](https://github.com/nhn/tui.calendar)|캘린더|[[API]](https://nhn.github.io/tui.calendar/api/latest/), [[Example]](https://ui.toast.com/tui-calendar/), [[Tutorial]](https://github.com/nhn/tui.calendar/blob/master/docs/getting-started.md)| +|[ImageEditor](https://ui.toast.com/tui-image-editor/)|이미지 에디터|[[API]](http://nhn.github.io/tui.image-editor/latest/), [[Example]](https://ui.toast.com/tui-image-editor/), [[Tutorial]](https://github.com/nhn/tui.image-editor/blob/master/docs/Basic-Tutorial.md)|
@@ -30,23 +32,23 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |Name|Description|Documentation| | ---- | ---- | ---- | -|[Animation](https://github.com/nhnent/tui.animation)|애니메이션 효과 컴포넌트| [[API]](https://nhnent.github.io/tui.animation/latest/), [[Example]](https://nhnent.github.io/tui.animation/latest/tutorial-example01-basic.html)| -|[AutoComplete](https://github.com/nhnent/tui.auto-complete)|검색어 자동완성 컴포넌트|[[API]](http://nhnent.github.io/tui.auto-complete/latest/), [[Example]](http://nhnent.github.io/tui.auto-complete/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.auto-complete/wiki)| -|[ColorPicker](https://github.com/nhnent/tui.color-picker)|컬러 피커 컴포넌트|[[API]](http://nhnent.github.io/tui.color-picker/latest/), [[Example]](http://nhnent.github.io/tui.color-picker/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.color-picker/wiki/Installation)| -|[ContextMenu](https://github.com/nhnent/tui.context-menu)|컨텍스트 메뉴 컴포넌트|[[API]](http://nhnent.github.io/tui.context-menu/latest/), [[Example]](http://nhnent.github.io/tui.context-menu/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.context-menu/wiki/English-Version)| -|[DatePicker](https://github.com/nhnent/tui.date-picker)|데이트 피커 컴포넌트|[[API]](http://nhnent.github.io/tui.date-picker/latest/), [[Example]](https://nhnent.github.io/tui.date-picker/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.date-picker/wiki/Getting-Started)| -|[FileUploader](http://nhnent.github.io/tui.file-uploader)|파일 업로더|[[API]](http://nhnent.github.io/tui.file-uploader/latest/), [[Example]](https://nhnent.github.io/tui.file-uploader/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.file-uploader/wiki/Tutorial)| -|[FloatingLayer](https://github.com/nhnent/tui.floating-layer)|플로팅 레이어 컴포넌트|[[API]](http://nhnent.github.io/tui.floating-layer/latest/), [[Example]](https://nhnent.github.io/tui.floating-layer/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.floating-layer/wiki/English-Version)| -|[GestureReader](https://github.com/nhnent/tui.gesture-reader)|제스처 리더 컴포넌트|[[API]](http://nhnent.github.io/tui.gesture-reader/latest/), [[Example]](http://nhnent.github.io/tui.gesture-reader/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.gesture-reader/wiki/English-Version)| -|[ImageEditor](https://github.com/nhnent/tui.image-editor)|이미지 에디터 컴포넌트|[[API]](http://nhnent.github.io/tui.image-editor/latest/), [[Example]](http://nhnent.github.io/tui.image-editor/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.image-editor/wiki/Basic-Tutorial)| -|[Layout](https://github.com/nhnent/tui.layout)|레이아웃 컴포넌트|[[API]](http://nhnent.github.io/tui.layout/latest/), [[Example]](https://nhnent.github.io/tui.layout/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.layout/wiki/English-Version)| -|[Pagination](https://github.com/nhnent/tui.pagination/)|페이지네이션 컴포넌트|[[API]](https://nhnent.github.io/tui.pagination/latest/), [[Example]](https://nhnent.github.io/tui.pagination/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.pagination/wiki/Getting-Started)| -|[Placeholder](https://github.com/nhnent/tui.placeholder)|플레이스홀더 컴포넌트|[[API]](http://nhnent.github.io/tui.placeholder/latest/), [[Example]](https://nhnent.github.io/tui.placeholder/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.placeholder/wiki/English-Version)| -|[Rolling](https://github.com/nhnent/tui.rolling)|롤링 컴포넌트|[[API]](http://nhnent.github.io/tui.rolling/latest/), [[Example]](http://nhnent.github.io/tui.rolling/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.rolling/wiki/English-Version)| -|[TimePicker](https://github.com/nhnent/tui.time-picker)|타임 피커 컴포넌트|[[API]](https://nhnent.github.io/tui.time-picker/latest/), [[Example]](https://nhnent.github.io/tui.time-picker/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.time-picker/wiki/Getting-Started)| -|[Tree](https://github.com/nhnent/tui.tree)|트리 컴포넌트|[[API]](http://nhnent.github.io/tui.tree/latest/), [[Example]](https://nhnent.github.io/tui.tree/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.tree/wiki/Tutorial)| -|[VirtualKeyboard](https://github.com/nhnent/tui.virtual-keyboard)|가상키보드 컴포넌트|[[API]](http://nhnent.github.io/tui.virtual-keyboard/latest/), [[Example]](https://nhnent.github.io/tui.virtual-keyboard/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.virtual-keyboard/wiki/English-Version)| -|[VirtualScroll](https://github.com/nhnent/tui.virtual-scroll)|가상스크롤 컴포넌트|[[API]](https://nhnent.github.io/tui.virtual-scroll/latest/), [[Example]](https://nhnent.github.io/tui.virtual-scroll/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.virtual-scroll/wiki/getting-started)| +|[Animation](https://github.com/nhn/tui.animation)|애니메이션 효과 컴포넌트| [[API]](https://nhn.github.io/tui.animation/latest/), [[Example]](https://nhn.github.io/tui.animation/latest/tutorial-example01-basic)| +|[AutoComplete](https://github.com/nhn/tui.auto-complete)|검색어 자동완성 컴포넌트|[[API]](http://nhn.github.io/tui.auto-complete/latest/), [[Example]](http://nhn.github.io/tui.auto-complete/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.auto-complete/wiki)| +|[ColorPicker](https://github.com/nhn/tui.color-picker)|컬러 피커 컴포넌트|[[API]](http://nhn.github.io/tui.color-picker/latest/), [[Example]](http://nhn.github.io/tui.color-picker/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.color-picker/wiki/Installation)| +|[ContextMenu](https://github.com/nhn/tui.context-menu)|컨텍스트 메뉴 컴포넌트|[[API]](http://nhn.github.io/tui.context-menu/latest/), [[Example]](http://nhn.github.io/tui.context-menu/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.context-menu/wiki/English-Version)| +|[DatePicker](https://github.com/nhn/tui.date-picker)|데이트 피커 컴포넌트|[[API]](http://nhn.github.io/tui.date-picker/latest/), [[Example]](https://nhn.github.io/tui.date-picker/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.date-picker/wiki/Getting-Started)| +|[FileUploader](http://nhn.github.io/tui.file-uploader)|파일 업로더|[[API]](http://nhn.github.io/tui.file-uploader/latest/), [[Example]](https://nhn.github.io/tui.file-uploader/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.file-uploader/wiki/Tutorial)| +|[FloatingLayer](https://github.com/nhn/tui.floating-layer)|플로팅 레이어 컴포넌트|[[API]](http://nhn.github.io/tui.floating-layer/latest/), [[Example]](https://nhn.github.io/tui.floating-layer/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.floating-layer/wiki/English-Version)| +|[GestureReader](https://github.com/nhn/tui.gesture-reader)|제스처 리더 컴포넌트|[[API]](http://nhn.github.io/tui.gesture-reader/latest/), [[Example]](http://nhn.github.io/tui.gesture-reader/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.gesture-reader/wiki/English-Version)| +|[ImageEditor](https://github.com/nhn/tui.image-editor)|이미지 에디터 컴포넌트|[[API]](http://nhn.github.io/tui.image-editor/latest/), [[Example]](http://nhn.github.io/tui.image-editor/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.image-editor/wiki/Basic-Tutorial)| +|[Layout](https://github.com/nhn/tui.layout)|레이아웃 컴포넌트|[[API]](http://nhn.github.io/tui.layout/latest/), [[Example]](https://nhn.github.io/tui.layout/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.layout/wiki/English-Version)| +|[Pagination](https://github.com/nhn/tui.pagination/)|페이지네이션 컴포넌트|[[API]](https://nhn.github.io/tui.pagination/latest/), [[Example]](https://nhn.github.io/tui.pagination/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.pagination/wiki/Getting-Started)| +|[Placeholder](https://github.com/nhn/tui.placeholder)|플레이스홀더 컴포넌트|[[API]](http://nhn.github.io/tui.placeholder/latest/), [[Example]](https://nhn.github.io/tui.placeholder/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.placeholder/wiki/English-Version)| +|[Rolling](https://github.com/nhn/tui.rolling)|롤링 컴포넌트|[[API]](http://nhn.github.io/tui.rolling/latest/), [[Example]](http://nhn.github.io/tui.rolling/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.rolling/wiki/English-Version)| +|[TimePicker](https://github.com/nhn/tui.time-picker)|타임 피커 컴포넌트|[[API]](https://nhn.github.io/tui.time-picker/latest/), [[Example]](https://nhn.github.io/tui.time-picker/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.time-picker/wiki/Getting-Started)| +|[Tree](https://github.com/nhn/tui.tree)|트리 컴포넌트|[[API]](http://nhn.github.io/tui.tree/latest/), [[Example]](https://nhn.github.io/tui.tree/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.tree/wiki/Tutorial)| +|[VirtualKeyboard](https://github.com/nhn/tui.virtual-keyboard)|가상키보드 컴포넌트|[[API]](http://nhn.github.io/tui.virtual-keyboard/latest/), [[Example]](https://nhn.github.io/tui.virtual-keyboard/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.virtual-keyboard/wiki/English-Version)| +|[VirtualScroll](https://github.com/nhn/tui.virtual-scroll)|가상스크롤 컴포넌트|[[API]](https://nhn.github.io/tui.virtual-scroll/latest/), [[Example]](https://nhn.github.io/tui.virtual-scroll/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.virtual-scroll/wiki/getting-started)|
@@ -54,14 +56,14 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |Name|Description|Documentation| | ---- | ---- | ---- | -|[AppLoader](https://github.com/nhnent/tui.app-loader)|앱로더 컴포넌트|[[API]](http://nhnent.github.io/tui.app-loader/latest/), [[Example]](http://nhnent.github.io/tui.app-loader/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.app-loader/wiki/TUI-AppLoader-2.0.0-Migration-Guide)| -|[Flicking](https://github.com/nhnent/tui.flicking/)|플리킹 컴포넌트|[[API]](http://nhnent.github.io/tui.flicking/latest/), [[Example]](https://nhnent.github.io/tui.flicking/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.flicking/wiki/English-Version)| +|[AppLoader](https://github.com/nhn/tui.app-loader)|앱로더 컴포넌트|[[API]](http://nhn.github.io/tui.app-loader/latest/), [[Example]](http://nhn.github.io/tui.app-loader/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.app-loader/wiki/TUI-AppLoader-2.0.0-Migration-Guide)| +|[Flicking](https://github.com/nhn/tui.flicking/)|플리킹 컴포넌트|[[API]](http://nhn.github.io/tui.flicking/latest/), [[Example]](https://nhn.github.io/tui.flicking/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.flicking/wiki/English-Version)| ## Utils |Name|Category|Description|Documentation| | ---- | ---- | ---- | ---- | -|[CodeSnippet](https://github.com/nhnent/tui.code-snippet/)||코드 스니펫
(자주 사용되는 코드 모음)|[[API]](https://nhnent.github.io/tui.code-snippet/latest/), [[Tutorial]](https://github.com/nhnent/fe.javascript/wiki/Toast-UI-CodeSnippet)| +|[CodeSnippet](https://github.com/nhn/tui.code-snippet/)||코드 스니펫
(자주 사용되는 코드 모음)|[[API]](https://nhn.github.io/tui.code-snippet/latest/), [[Tutorial]](https://github.com/nhn/fe.javascript/wiki/Toast-UI-CodeSnippet)| | |browser.js|브라우저 검출하는 모듈|| | |collection.js|콜렉션 관련 모듈|| | |customEvent.js|커스텀이벤트 모듈|| @@ -76,13 +78,13 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 | |string.js|문자열 관련 모듈|| | |type.js|타입 체크 모듈|| | |window.js|윈도우 객체 관련 모듈|| -|[Dom](https://github.com/nhnent/tui.dom)||DOM 유틸
(DOM 관련 클래스 지정 및 이벤트 바인딩 함수 모음)|[[API]](http://nhnent.github.io/tui.dom/latest/)| +|[Dom](https://github.com/nhn/tui.dom)||DOM 유틸
(DOM 관련 클래스 지정 및 이벤트 바인딩 함수 모음)|[[API]](http://nhn.github.io/tui.dom/latest/)| ## Library |Name|Description| Documentation | | ---- | ---- | ---- | -|[TUI JSDoc Template](https://github.com/nhnent/tui.jsdoc-template)|JSDoc Template (JS API 문서화 템플릿) | [[Demo]](https://nhnent.github.io/tui.jsdoc-template/latest/), [[npm]](https://www.npmjs.com/package/tui-jsdoc-template)| +|[TUI JSDoc Template](https://github.com/nhn/tui.jsdoc-template)|JSDoc Template (JS API 문서화 템플릿) | [[Demo]](https://nhn.github.io/tui.jsdoc-template/latest/), [[npm]](https://www.npmjs.com/package/tui-jsdoc-template)| ## License From f1b88d2d9a426006a96b6995d3184413653c9e4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Thu, 11 Apr 2019 17:38:14 +0900 Subject: [PATCH 2/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f99c00b..2219ab3 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |[Chart](https://github.com/nhn/tui.chart)|차트|[[API]](https://nhn.github.io/tui.chart/latest/), [[Example]](https://ui.toast.com/tui-chart/), [[Tutorial]](https://github.com/nhn/tui.chart/blob/master/docs/wiki/getting-started.md)| |[Editor](https://github.com/nhn/tui.editor)|에디터|[[API]](https://nhn.github.io/tui.editor/api/latest/), [[Example]](https://nhn.github.io/tui.editor/), [[Tutorial]](https://github.com/nhn/tui.editor/blob/master/docs/getting-started.md)| |[Grid](https://github.com/nhn/tui.grid)|그리드|[[API]](https://nhn.github.io/tui.grid/latest/), [[Example]](https://ui.toast.com/tui-grid/), [[Tutorial]](https://github.com/nhn/tui.grid/blob/master/docs/getting-started.md)| -|[Calendar](https://github.com/nhn/tui.calendar)|캘린더|[[API]](https://nhn.github.io/tui.calendar/api/latest/), [[Example]](https://ui.toast.com/tui-calendar/), [[Tutorial]](https://github.com/nhn/tui.calendar/blob/master/docs/getting-started.md)| +|[Calendar](https://github.com/nhn/tui.calendar)|캘린더|[[API]](https://nhn.github.io/tui.calendar/latest/), [[Example]](https://ui.toast.com/tui-calendar/), [[Tutorial]](https://github.com/nhn/tui.calendar/blob/master/docs/getting-started.md)| |[ImageEditor](https://ui.toast.com/tui-image-editor/)|이미지 에디터|[[API]](http://nhn.github.io/tui.image-editor/latest/), [[Example]](https://ui.toast.com/tui-image-editor/), [[Tutorial]](https://github.com/nhn/tui.image-editor/blob/master/docs/Basic-Tutorial.md)|
From e2f3f2970740bef441b83bda68b8bdb672aa9a97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Thu, 11 Apr 2019 17:41:21 +0900 Subject: [PATCH 3/7] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2219ab3..2a167cc 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,11 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |Name|Description|Documentation| | ---- | ---- | ---- | -|[Chart](https://github.com/nhn/tui.chart)|차트|[[API]](https://nhn.github.io/tui.chart/latest/), [[Example]](https://ui.toast.com/tui-chart/), [[Tutorial]](https://github.com/nhn/tui.chart/blob/master/docs/wiki/getting-started.md)| -|[Editor](https://github.com/nhn/tui.editor)|에디터|[[API]](https://nhn.github.io/tui.editor/api/latest/), [[Example]](https://nhn.github.io/tui.editor/), [[Tutorial]](https://github.com/nhn/tui.editor/blob/master/docs/getting-started.md)| -|[Grid](https://github.com/nhn/tui.grid)|그리드|[[API]](https://nhn.github.io/tui.grid/latest/), [[Example]](https://ui.toast.com/tui-grid/), [[Tutorial]](https://github.com/nhn/tui.grid/blob/master/docs/getting-started.md)| -|[Calendar](https://github.com/nhn/tui.calendar)|캘린더|[[API]](https://nhn.github.io/tui.calendar/latest/), [[Example]](https://ui.toast.com/tui-calendar/), [[Tutorial]](https://github.com/nhn/tui.calendar/blob/master/docs/getting-started.md)| -|[ImageEditor](https://ui.toast.com/tui-image-editor/)|이미지 에디터|[[API]](http://nhn.github.io/tui.image-editor/latest/), [[Example]](https://ui.toast.com/tui-image-editor/), [[Tutorial]](https://github.com/nhn/tui.image-editor/blob/master/docs/Basic-Tutorial.md)| +|[Chart](https://github.com/nhn/tui.chart)|차트|[[API]](https://nhn.github.io/tui.chart/latest/), [[Example]](https://nhn.github.io/tui.chart/latest/tutorial-example01-01-bar-chart-basic), [[Tutorial]](https://github.com/nhn/tui.chart/blob/master/docs/wiki/getting-started.md)| +|[Editor](https://github.com/nhn/tui.editor)|에디터|[[API]](https://nhn.github.io/tui.editor/api/latest/), [[Example]](https://nhn.github.io/tui.editor/api/latest/tutorial-example00-demo.html), [[Tutorial]](https://github.com/nhn/tui.editor/blob/master/docs/getting-started.md)| +|[Grid](https://github.com/nhn/tui.grid)|그리드|[[API]](https://nhn.github.io/tui.grid/latest/), [[Example]](https://nhn.github.io/tui.grid/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.grid/blob/master/docs/getting-started.md)| +|[Calendar](https://github.com/nhn/tui.calendar)|캘린더|[[API]](https://nhn.github.io/tui.calendar/latest/), [[Example]](https://nhn.github.io/tui.calendar/latest/tutorial-example00-basic), [[Tutorial]](https://github.com/nhn/tui.calendar/blob/master/docs/getting-started.md)| +|[ImageEditor](https://ui.toast.com/tui-image-editor/)|이미지 에디터|[[API]](http://nhn.github.io/tui.image-editor/latest/), [[Example]](http://nhn.github.io/tui.image-editor/latest/tutorial-example01-includeUi.html), [[Tutorial]](https://github.com/nhn/tui.image-editor/blob/master/docs/Basic-Tutorial.md)|
From 0c844f44ac05234ed28dfb22419b8753a62876d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B3=BD=ED=9D=AC=EB=82=98?= Date: Thu, 5 Sep 2019 14:36:38 +0900 Subject: [PATCH 4/7] docs: update README.md --- README.md | 31 +++---------------------------- 1 file changed, 3 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index 2a167cc..bad5d43 100644 --- a/README.md +++ b/README.md @@ -32,23 +32,14 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |Name|Description|Documentation| | ---- | ---- | ---- | -|[Animation](https://github.com/nhn/tui.animation)|애니메이션 효과 컴포넌트| [[API]](https://nhn.github.io/tui.animation/latest/), [[Example]](https://nhn.github.io/tui.animation/latest/tutorial-example01-basic)| |[AutoComplete](https://github.com/nhn/tui.auto-complete)|검색어 자동완성 컴포넌트|[[API]](http://nhn.github.io/tui.auto-complete/latest/), [[Example]](http://nhn.github.io/tui.auto-complete/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.auto-complete/wiki)| |[ColorPicker](https://github.com/nhn/tui.color-picker)|컬러 피커 컴포넌트|[[API]](http://nhn.github.io/tui.color-picker/latest/), [[Example]](http://nhn.github.io/tui.color-picker/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.color-picker/wiki/Installation)| |[ContextMenu](https://github.com/nhn/tui.context-menu)|컨텍스트 메뉴 컴포넌트|[[API]](http://nhn.github.io/tui.context-menu/latest/), [[Example]](http://nhn.github.io/tui.context-menu/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.context-menu/wiki/English-Version)| |[DatePicker](https://github.com/nhn/tui.date-picker)|데이트 피커 컴포넌트|[[API]](http://nhn.github.io/tui.date-picker/latest/), [[Example]](https://nhn.github.io/tui.date-picker/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.date-picker/wiki/Getting-Started)| -|[FileUploader](http://nhn.github.io/tui.file-uploader)|파일 업로더|[[API]](http://nhn.github.io/tui.file-uploader/latest/), [[Example]](https://nhn.github.io/tui.file-uploader/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.file-uploader/wiki/Tutorial)| -|[FloatingLayer](https://github.com/nhn/tui.floating-layer)|플로팅 레이어 컴포넌트|[[API]](http://nhn.github.io/tui.floating-layer/latest/), [[Example]](https://nhn.github.io/tui.floating-layer/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.floating-layer/wiki/English-Version)| -|[GestureReader](https://github.com/nhn/tui.gesture-reader)|제스처 리더 컴포넌트|[[API]](http://nhn.github.io/tui.gesture-reader/latest/), [[Example]](http://nhn.github.io/tui.gesture-reader/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.gesture-reader/wiki/English-Version)| -|[ImageEditor](https://github.com/nhn/tui.image-editor)|이미지 에디터 컴포넌트|[[API]](http://nhn.github.io/tui.image-editor/latest/), [[Example]](http://nhn.github.io/tui.image-editor/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.image-editor/wiki/Basic-Tutorial)| -|[Layout](https://github.com/nhn/tui.layout)|레이아웃 컴포넌트|[[API]](http://nhn.github.io/tui.layout/latest/), [[Example]](https://nhn.github.io/tui.layout/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.layout/wiki/English-Version)| |[Pagination](https://github.com/nhn/tui.pagination/)|페이지네이션 컴포넌트|[[API]](https://nhn.github.io/tui.pagination/latest/), [[Example]](https://nhn.github.io/tui.pagination/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.pagination/wiki/Getting-Started)| -|[Placeholder](https://github.com/nhn/tui.placeholder)|플레이스홀더 컴포넌트|[[API]](http://nhn.github.io/tui.placeholder/latest/), [[Example]](https://nhn.github.io/tui.placeholder/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.placeholder/wiki/English-Version)| |[Rolling](https://github.com/nhn/tui.rolling)|롤링 컴포넌트|[[API]](http://nhn.github.io/tui.rolling/latest/), [[Example]](http://nhn.github.io/tui.rolling/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.rolling/wiki/English-Version)| |[TimePicker](https://github.com/nhn/tui.time-picker)|타임 피커 컴포넌트|[[API]](https://nhn.github.io/tui.time-picker/latest/), [[Example]](https://nhn.github.io/tui.time-picker/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.time-picker/wiki/Getting-Started)| |[Tree](https://github.com/nhn/tui.tree)|트리 컴포넌트|[[API]](http://nhn.github.io/tui.tree/latest/), [[Example]](https://nhn.github.io/tui.tree/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.tree/wiki/Tutorial)| -|[VirtualKeyboard](https://github.com/nhn/tui.virtual-keyboard)|가상키보드 컴포넌트|[[API]](http://nhn.github.io/tui.virtual-keyboard/latest/), [[Example]](https://nhn.github.io/tui.virtual-keyboard/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.virtual-keyboard/wiki/English-Version)| -|[VirtualScroll](https://github.com/nhn/tui.virtual-scroll)|가상스크롤 컴포넌트|[[API]](https://nhn.github.io/tui.virtual-scroll/latest/), [[Example]](https://nhn.github.io/tui.virtual-scroll/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.virtual-scroll/wiki/getting-started)|
@@ -57,28 +48,12 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |Name|Description|Documentation| | ---- | ---- | ---- | |[AppLoader](https://github.com/nhn/tui.app-loader)|앱로더 컴포넌트|[[API]](http://nhn.github.io/tui.app-loader/latest/), [[Example]](http://nhn.github.io/tui.app-loader/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.app-loader/wiki/TUI-AppLoader-2.0.0-Migration-Guide)| -|[Flicking](https://github.com/nhn/tui.flicking/)|플리킹 컴포넌트|[[API]](http://nhn.github.io/tui.flicking/latest/), [[Example]](https://nhn.github.io/tui.flicking/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.flicking/wiki/English-Version)| ## Utils -|Name|Category|Description|Documentation| -| ---- | ---- | ---- | ---- | -|[CodeSnippet](https://github.com/nhn/tui.code-snippet/)||코드 스니펫
(자주 사용되는 코드 모음)|[[API]](https://nhn.github.io/tui.code-snippet/latest/), [[Tutorial]](https://github.com/nhn/fe.javascript/wiki/Toast-UI-CodeSnippet)| -| |browser.js|브라우저 검출하는 모듈|| -| |collection.js|콜렉션 관련 모듈|| -| |customEvent.js|커스텀이벤트 모듈|| -| |defineClass.js|클래스 관련 모듈|| -| |defineNamespace.js|네임스페이스 관련 모듈|| -| |enum.js|상수 관련 모듈|| -| |exMap.js|맵 관련 모듈|| -| |func.js|함수 관련 모듈|| -| |hashMap.js|해시맵 관련 모듈|deprecate 예정| -| |inheritance.js|간단한 상속 모듈|| -| |object.js|객체 관련 모듈|| -| |string.js|문자열 관련 모듈|| -| |type.js|타입 체크 모듈|| -| |window.js|윈도우 객체 관련 모듈|| -|[Dom](https://github.com/nhn/tui.dom)||DOM 유틸
(DOM 관련 클래스 지정 및 이벤트 바인딩 함수 모음)|[[API]](http://nhn.github.io/tui.dom/latest/)| +|Name|Description|Documentation| +| ---- | ---- | ---- | +|[CodeSnippet](https://github.com/nhn/tui.code-snippet/)|코드 스니펫
(자주 사용되는 코드 모음)|[[API]](https://nhn.github.io/tui.code-snippet/latest/), [[Tutorial]](https://github.com/nhn/tui.code-snippet/blob/master/docs/getting-started.md)| ## Library From ad3c9cf59c9b74e6ce2195877936d110e006498a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Wed, 13 Nov 2019 08:50:20 +0900 Subject: [PATCH 5/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bad5d43..19fca32 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |Name|Description|Documentation| | ---- | ---- | ---- | |[Chart](https://github.com/nhn/tui.chart)|차트|[[API]](https://nhn.github.io/tui.chart/latest/), [[Example]](https://nhn.github.io/tui.chart/latest/tutorial-example01-01-bar-chart-basic), [[Tutorial]](https://github.com/nhn/tui.chart/blob/master/docs/wiki/getting-started.md)| -|[Editor](https://github.com/nhn/tui.editor)|에디터|[[API]](https://nhn.github.io/tui.editor/api/latest/), [[Example]](https://nhn.github.io/tui.editor/api/latest/tutorial-example00-demo.html), [[Tutorial]](https://github.com/nhn/tui.editor/blob/master/docs/getting-started.md)| +|[Editor](https://github.com/nhn/tui.editor)|에디터|[[API]](https://nhn.github.io/tui.editor/latest/), [[Example]](https://nhn.github.io/tui.editor/latest/tutorial-example01-editor-basic), [[Tutorial]](https://github.com/nhn/tui.editor/blob/master/docs/getting-started.md)| |[Grid](https://github.com/nhn/tui.grid)|그리드|[[API]](https://nhn.github.io/tui.grid/latest/), [[Example]](https://nhn.github.io/tui.grid/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.grid/blob/master/docs/getting-started.md)| |[Calendar](https://github.com/nhn/tui.calendar)|캘린더|[[API]](https://nhn.github.io/tui.calendar/latest/), [[Example]](https://nhn.github.io/tui.calendar/latest/tutorial-example00-basic), [[Tutorial]](https://github.com/nhn/tui.calendar/blob/master/docs/getting-started.md)| |[ImageEditor](https://ui.toast.com/tui-image-editor/)|이미지 에디터|[[API]](http://nhn.github.io/tui.image-editor/latest/), [[Example]](http://nhn.github.io/tui.image-editor/latest/tutorial-example01-includeUi.html), [[Tutorial]](https://github.com/nhn/tui.image-editor/blob/master/docs/Basic-Tutorial.md)| From ee9426fe77216a2bff376ec44171da35460544ef Mon Sep 17 00:00:00 2001 From: jaesung-lee Date: Fri, 31 Jan 2020 12:57:02 +0900 Subject: [PATCH 6/7] chore: add `deprecated` notice to README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 19fca32..704d083 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,13 @@ +# ⚠️Notice: 이 레포지토리는 deprecated 상태이며 더 이상 업데이트 되지 않습니다. + +이 레포지토리는 더 이상 관리되지 않으며, TOAST UI 어플리케이션과 컴포넌트에 대한 정보는 [TOAST UI Brand Site](https://ui.toast.com) 에서 보실 수 있습니다. Brand Site 에서 제품군 외에도 매주 업데이트되는 [Weekly-pick](https://ui.toast.com/weekly-pick/ko/)과 FE개발랩의 노하우를 담은 [FE 개발 가이드](https://ui.toast.com/fe-guide/ko/)도 보실 수 있으니 참조해주세요! + FE개발 ====================== FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 기술 산출물로, 공통 모듈 및 컴포넌트와 개발 가이드 등을 포함합니다.
배포되는 산출물은 FE개발랩에서 개발/관리하며 [MIT 라이선스](LICENSE)로 자유롭게 사용할 수 있습니다.
단, FE개발랩의 동의 없이 임의로 수정하여 사용된 코드에 대해서는 유지보수 및 산출물의 품질을 보증을 할 수 없으니,
-추가/수정 요청 및 문의, 버그 신고는 [[Issues]](https://github.com/nhn/fe.javascript/issues) 또는 [[FE개발랩 DL]](mailto:dl_javascript@nhn.com)을 이용해주세요.
+추가/수정 요청 및 문의, 버그 신고는 [[FE개발랩 DL]](mailto:dl_javascript@nhn.com)을 이용해주세요.

From fc0100e65298b947ab9895f7b22bdf2b85198d10 Mon Sep 17 00:00:00 2001 From: jaesung-lee Date: Wed, 5 Feb 2020 16:15:26 +0900 Subject: [PATCH 7/7] chore: add brand site image --- README.md | 59 +------------------------------------------------------ 1 file changed, 1 insertion(+), 58 deletions(-) diff --git a/README.md b/README.md index 704d083..fabab14 100644 --- a/README.md +++ b/README.md @@ -9,62 +9,5 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 단, FE개발랩의 동의 없이 임의로 수정하여 사용된 코드에 대해서는 유지보수 및 산출물의 품질을 보증을 할 수 없으니,
추가/수정 요청 및 문의, 버그 신고는 [[FE개발랩 DL]](mailto:dl_javascript@nhn.com)을 이용해주세요.
-
-## 자바스크립트 개발 가이드 - -자바스크립트 개발 시 필요한 내용들을 가이드 합니다.
-본 문서는 코딩컨벤션, 디버깅, 테스트 등과 같이 기본적인 내용부터 의존성 관리 및 압축까지의 개발 전반에 대한 내용을 다룹니다. - -> [자바스크립트 개발 가이드](https://github.com/nhn/fe.javascript/wiki) 바로가기 - -
- -## Applications - -|Name|Description|Documentation| -| ---- | ---- | ---- | -|[Chart](https://github.com/nhn/tui.chart)|차트|[[API]](https://nhn.github.io/tui.chart/latest/), [[Example]](https://nhn.github.io/tui.chart/latest/tutorial-example01-01-bar-chart-basic), [[Tutorial]](https://github.com/nhn/tui.chart/blob/master/docs/wiki/getting-started.md)| -|[Editor](https://github.com/nhn/tui.editor)|에디터|[[API]](https://nhn.github.io/tui.editor/latest/), [[Example]](https://nhn.github.io/tui.editor/latest/tutorial-example01-editor-basic), [[Tutorial]](https://github.com/nhn/tui.editor/blob/master/docs/getting-started.md)| -|[Grid](https://github.com/nhn/tui.grid)|그리드|[[API]](https://nhn.github.io/tui.grid/latest/), [[Example]](https://nhn.github.io/tui.grid/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.grid/blob/master/docs/getting-started.md)| -|[Calendar](https://github.com/nhn/tui.calendar)|캘린더|[[API]](https://nhn.github.io/tui.calendar/latest/), [[Example]](https://nhn.github.io/tui.calendar/latest/tutorial-example00-basic), [[Tutorial]](https://github.com/nhn/tui.calendar/blob/master/docs/getting-started.md)| -|[ImageEditor](https://ui.toast.com/tui-image-editor/)|이미지 에디터|[[API]](http://nhn.github.io/tui.image-editor/latest/), [[Example]](http://nhn.github.io/tui.image-editor/latest/tutorial-example01-includeUi.html), [[Tutorial]](https://github.com/nhn/tui.image-editor/blob/master/docs/Basic-Tutorial.md)| - -
- -## Components - -|Name|Description|Documentation| -| ---- | ---- | ---- | -|[AutoComplete](https://github.com/nhn/tui.auto-complete)|검색어 자동완성 컴포넌트|[[API]](http://nhn.github.io/tui.auto-complete/latest/), [[Example]](http://nhn.github.io/tui.auto-complete/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.auto-complete/wiki)| -|[ColorPicker](https://github.com/nhn/tui.color-picker)|컬러 피커 컴포넌트|[[API]](http://nhn.github.io/tui.color-picker/latest/), [[Example]](http://nhn.github.io/tui.color-picker/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.color-picker/wiki/Installation)| -|[ContextMenu](https://github.com/nhn/tui.context-menu)|컨텍스트 메뉴 컴포넌트|[[API]](http://nhn.github.io/tui.context-menu/latest/), [[Example]](http://nhn.github.io/tui.context-menu/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.context-menu/wiki/English-Version)| -|[DatePicker](https://github.com/nhn/tui.date-picker)|데이트 피커 컴포넌트|[[API]](http://nhn.github.io/tui.date-picker/latest/), [[Example]](https://nhn.github.io/tui.date-picker/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.date-picker/wiki/Getting-Started)| -|[Pagination](https://github.com/nhn/tui.pagination/)|페이지네이션 컴포넌트|[[API]](https://nhn.github.io/tui.pagination/latest/), [[Example]](https://nhn.github.io/tui.pagination/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.pagination/wiki/Getting-Started)| -|[Rolling](https://github.com/nhn/tui.rolling)|롤링 컴포넌트|[[API]](http://nhn.github.io/tui.rolling/latest/), [[Example]](http://nhn.github.io/tui.rolling/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.rolling/wiki/English-Version)| -|[TimePicker](https://github.com/nhn/tui.time-picker)|타임 피커 컴포넌트|[[API]](https://nhn.github.io/tui.time-picker/latest/), [[Example]](https://nhn.github.io/tui.time-picker/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.time-picker/wiki/Getting-Started)| -|[Tree](https://github.com/nhn/tui.tree)|트리 컴포넌트|[[API]](http://nhn.github.io/tui.tree/latest/), [[Example]](https://nhn.github.io/tui.tree/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.tree/wiki/Tutorial)| - -
- -## Mobile Components - -|Name|Description|Documentation| -| ---- | ---- | ---- | -|[AppLoader](https://github.com/nhn/tui.app-loader)|앱로더 컴포넌트|[[API]](http://nhn.github.io/tui.app-loader/latest/), [[Example]](http://nhn.github.io/tui.app-loader/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.app-loader/wiki/TUI-AppLoader-2.0.0-Migration-Guide)| - -## Utils - -|Name|Description|Documentation| -| ---- | ---- | ---- | -|[CodeSnippet](https://github.com/nhn/tui.code-snippet/)|코드 스니펫
(자주 사용되는 코드 모음)|[[API]](https://nhn.github.io/tui.code-snippet/latest/), [[Tutorial]](https://github.com/nhn/tui.code-snippet/blob/master/docs/getting-started.md)| - -## Library - -|Name|Description| Documentation | -| ---- | ---- | ---- | -|[TUI JSDoc Template](https://github.com/nhn/tui.jsdoc-template)|JSDoc Template (JS API 문서화 템플릿) | [[Demo]](https://nhn.github.io/tui.jsdoc-template/latest/), [[npm]](https://www.npmjs.com/package/tui-jsdoc-template)| - -## License - -[MIT 라이선스](LICENSE)로 자유롭게 사용할 수 있습니다. +![brandsite](https://user-images.githubusercontent.com/37766175/73819167-50d62e80-4832-11ea-8fb4-5e15ec92d665.png)