FE개발팀에서 프로젝트 및 내부 과제를 수행하면서 생산한 기술 산출물로, 공통 모듈 및 컴포넌트와 개발 가이드 등을 포함합니다.
배포되는 산출물은 FE개발팀에서 개발/관리하며, 모든 산출물은 사내에 한하여 자유롭게 사용할 수 있습니다.
FE개발팀의 동의 없이 임의로 수정하여 사용된 코드에 대해서는 유지보스 관리 및 산출물의 품질을 보증을 할 수 없습니다.
추가/수정 요청, 문의 및 버그 신고는 [FE개발팀 DL]을 이용해주세요.
## 자바스크립트 개발 가이드 자바스크립트 개발 시 필요한 내용들을 가이드 합니다.
본 문서는 코딩컨벤션, 디버깅, 테스트 등과 같이 기본적인 내용부터 의존성 관리 및 압축까지의 개발 전반에 대한 내용을 다룹니다. > [자바스크립트 개발 가이드](https://github.nhnent.com/fe/javascript/wiki) 바로가기
## Component |Name|Description|Documentation| | ---- | ---- | ---- | |[AutoComplete](https://github.nhnent.com/fe/component-auto-complete/)|검색어 자동완성 컴포넌트|[[API]](https://github.nhnent.com/pages/fe/component-auto-complete), [[Sample]](https://github.nhnent.com/pages/fe/component-auto-complete/tutorial-sample1.html), [[Download]](https://github.nhnent.com/fe/component-auto-complete), [[Tutorial]](https://github.nhnent.com/FE/Component-AutoComplete/wiki/Component-AutoComplete)| |[Calendar](https://github.nhnent.com/fe/component-calendar/)|캘린더 컴포넌트|[[API]](https://github.nhnent.com/pages/fe/component-calendar/), [[Sample]](https://github.nhnent.com/pages/fe/component-calendar/tutorial-default.html), [[Download]](https://github.nhnent.com/fe/component-calendar/)| |[InfiniteScroll](https://github.nhnent.com/fe/component-infinite-scroll/)|무한 스크롤 컴포넌트|[[API]](https://github.nhnent.com/pages/fe/component-infinite-scroll/), [[Sample]](https://github.nhnent.com/pages/fe/component-infinite-scroll/tutorial-sample1.html), [[Download]](https://github.nhnent.com/fe/component-infinite-scroll/)| |[MouseGesture](https://github.nhnent.com/fe/component-mouse-gesture/)|마우스제스쳐 컴포넌트|[[API]](http://github.nhnent.com/pages/fe/component-mouse-gesture/), [[Sample]](http://github.nhnent.com/pages/fe/component-mouse-gesture/tutorial-sample_default.html), [[Download]](https://github.nhnent.com/fe/component-mouse-gesture), [[Tutorial]](https://github.nhnent.com/fe/component-mouse-gesture/wiki)| |[Pagination](https://github.nhnent.com/fe/component-pagination/)|페이지네이션 컴포넌트|[[API]](https://github.nhnent.com/pages/fe/component-pagination/), [[Sample]](https://github.nhnent.com/pages/fe/component-pagination/tutorial-sample1.html), [[Download]](https://github.nhnent.com/fe/component-pagination/)| |[Rolling](https://github.nhnent.com/fe/component-rolling/)|롤링 컴포넌트|[[API]](https://github.nhnent.com/pages/fe/component-rolling/), [[Sample]](https://github.nhnent.com/pages/fe/component-rolling/tutorial-index_default_nocircle.html), [[Download]](https://github.nhnent.com/fe/component-rolling)| |[SimpleGrid](https://github.nhnent.com/fe/component-simple-grid/)|심플그리드 컴포넌트|[[API]](https://github.nhnent.com/pages/fe/component-simple-grid/), [[Sample]](https://github.nhnent.com/pages/fe/component-simple-grid/tutorial-sample1.html), [[Download]](https://github.nhnent.com/fe/component-simple-grid)| |[Tree](https://github.nhnent.com/fe/component-tree/)|트리 컴포넌트|[[API]](https://github.nhnent.com/pages/fe/component-tree/), [[Sample]](https://github.nhnent.com/pages/fe/component-tree/tutorial-index_default.html), [[Download]](https://github.nhnent.com/fe/component-tree)| |[VirtualKeyboard](https://github.nhnent.com/fe/component-virtual-keyboard/)|가상키보드 컴포넌트|[[API]](https://github.nhnent.com/pages/fe/component-virtual-keyboard/), [[Sample]](https://github.nhnent.com/pages/fe/component-virtual-keyboard/tutorial-mobile.html), [[Download]](https://github.nhnent.com/fe/component-virtual-keyboard)|
## CodeSnippet |Name|Category|Description|Documentation| | ---- | ---- | ---- | ---- | |[CodeSnippet](https://github.nhnent.com/fe/share-code-snippet/)||코드 스니펫
(자주 사용되는 코드 모음)|[[API]](https://github.nhnent.com/pages/fe/share-code-snippet/index.html), [[Download]](https://github.nhnent.com/fe/share-code-snippet), [[Tutorial]](https://github.nhnent.com/fe/javascript/wiki/FE-CodeSnippet)| ||browser.js|브라우저 검출하는 모듈|| ||collection.js|콜렉션 관련 모듈|| ||customEvent.js|커스텀이벤트 모듈|| ||defineClass.js|클래스 관련 모듈|| ||enum.js|상수 관련 모듈|| ||func.js|함수 관련 모듈|| ||hashMap.js|해시맵 관련 모듈|| ||inheritance.js|간단한 상속 모듈|| ||object.js|객체 관련 모듈|| ||string.js|문자열 관련 모듈|| ||type.js|타입 체크 모듈|| ||window.js|윈도우 객체 관련 모듈||