Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

shtfh
Copy link

@shtfh shtfh commented Dec 2, 2024

Description

<!— 구현 및 작업 내용을 적어주세요(지우고 작성해주세요) —>

  • v-if,v-for,v-html 추가로 넣어봤습니당

Important content

<!— 주의 깊게 봐줬으면 하는 부분을 적어주세요(지우고 작성해주세요) —>

  • 없습니다

Question

<!— 궁금한 점을 적어주세요(지우고 작성해주세요) —>

  • 다들 1년동안 수고 많으셨습니다 S2~

Reference

<!— 참고한 레퍼런스가 있다면 공유해 주세요(지우고 작성해주세요) —>

Copy link

@khj0426 khj0426 left a 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랑 어떻게 다르지? 를 한번 찾아봐도 좋을 거 같아요

https://velog.io/@chosh/%EB%A6%AC%EC%95%A1%ED%8A%B8%EC%99%80-%EB%B7%B0%EC%9D%98-%EC%B0%A8%EC%9D%B4%EC%A0%90

Copy link

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"
Copy link

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 넣어주는 습관 들여주면 좋아용

Copy link

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'
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants