diff --git a/README.md b/README.md index 4633823..b7c180f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,187 @@ # bio_frontend +## NUXT 3 (VUE 3) 환경 + - data-list 와 dataList는 동일 변수명으로 인식 + - compnenets 아래의 .vue는 자동 인식(template 내부에서만, 별도 script에서 필요시 선언 필요) + + +## 공통 페이지 구성 + +``` + + +``` + +## Toast(Tui) Grid 사용법 +한글 설명: https://github.com/nhn/tui.grid/blob/master/packages/toast-ui.grid/docs/v4.0-migration-guide-kor.md + + +### 기본 설정 +``` + + + +``` + +## tree data +``` + + + +```