-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
19주차 Assignment -서연진 #2
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
선택과제까지.. 👍 고생하셨습니다..!!
사실 매 과제마다 정말 많은 리뷰를 남기고 싶었는데, 그러지 못했던 거 같아요..
매번 최선을 다하는 연진님 보고 저도 많이 배워갑니다..
제가 1학년 떄는 이정도로 열정있게 공부를 하지 않았던 거 같아서,, 앞으로 꾸준히 , 이대로만 하신다면,, 정말 좋을 거 같아요!!
(오히려 제 지난 날을 반성하게 되네요... 흑0
이번에 vue잠깐 해보셨으니까 학교 수업에서 배우는 vue도 들어보시구
reactf랑 vue랑 어떻게 다르지? 를 한번 찾아봐도 좋을 거 같아요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
요 vite config은 되게 야무지게 쓸 수 있어요 사실 공식문서가 잘되어 있어서 보면 좋을 거 같아요
https://ko.vite.dev/config/build-options.html
- 추가로 vite는 빌드 시
rollup
을 사용하는데요! 요 키워드에 대해 찾아봐도 좋을 거 같네요!
aria-hidden="true" | ||
role="img" | ||
class="iconify iconify--mdi" | ||
width="24" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
여담이지만,,svg에 이 width height를 넣지 않는다면 사파리에서 svg가 보이지 않는답니다.. 꼭 svg쓸 때 width height 넣어주는 습관 들여주면 좋아용
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
감사합니다... .. 항상 열심히 하시는 연진님 보고 저도 많이 배워갑니다 하핫.. 💅
@@ -0,0 +1,90 @@ | |||
<script setup> | |||
import WelcomeItem from './WelcomeItem.vue' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vue도 dynamic import라는 개념이 있는 거 같네요!!
비용이 큰 친구들은 요 방법대로 가져오면 좋을 거 같아요
https://empty-castle.tistory.com/3
Description
<!— 구현 및 작업 내용을 적어주세요(지우고 작성해주세요) —>
Important content
<!— 주의 깊게 봐줬으면 하는 부분을 적어주세요(지우고 작성해주세요) —>
Question
<!— 궁금한 점을 적어주세요(지우고 작성해주세요) —>
Reference
<!— 참고한 레퍼런스가 있다면 공유해 주세요(지우고 작성해주세요) —>