# Initial page

## **triplexlab 가이드**

안녕하세요 **triplexlab** 입니다 :)\
이 문서는 FE개발 단에서 자주 사용되는 기능들을 빠르고 쉽게 구현할수 있도록 도와주는 OPEN 가이드 입니다.

## JavaScript 모듈화 도구, webpack4

JavaScript ES6 버전으로 webpack4을 사용해서 모듈화한 코드 입니다.\
내부적으로 [domtastic](https://github.com/webpro/DOMtastic) 이라는 모듈을 의존하고 있습니다.\
모듈의 다양한 옵션 및 기능들을 제공하고 있습니다.

## 호환성 체크

저는 미래지향적인 FE 개발자로 성장하길 원합니다.\
그렇기 때문에 [서버시가 종료된 브라우저 Internet Explorer](https://docs.microsoft.com/ko-kr/lifecycle/announcements/internet-explorer-11-support-end-dates) 에서는 더이상 사용할수 없습니다.\
새로운 Microsoft Edge 브라우저에서는 정상적인 모듈을 사용하실 수 있습니다.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://thdbsgh3443.gitbook.io/triplexlab/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
