본문 바로가기

영화 검색 사이트13

[영화 검색 사이트] 영화 검색 사이트 최종(github, netlify 등록) github https://github.com/mikrw0816/vue3-movie-app 완성본 보기 (netlify) https://rococo-crumble-400873.netlify.app/ 2023. 2. 12.
[영화 검색 사이트] Vue Router Scroll Behavior https://router.vuejs.org/guide/advanced/scroll-behavior.html Scroll Behavior | Vue Router When using client-side routing, we may want to scroll to top when navigating to a new route, or preserve the scrolling position of history entries just like real page reload does. Vue Router allows you to achieve these and even better, allows you to comple router.vuejs.org 페이지 전환 시 스크롤 위치 복구 route > index.j.. 2023. 2. 12.
[영화 검색 사이트] Vuex Helpers(mapState) https://vuex.vuejs.org/guide/state.html#the-mapstate-helper State | Vuex State Single State Tree Vuex uses a single state tree - that is, this single object contains all your application level state and serves as the "single source of truth." This also means usually you will have only one store for each application. A single st vuex.vuejs.org About.vue mapState import { mapState } from 'vuex' ex.. 2023. 2. 12.
[영화 검색 사이트] 부트스트랩 Breakpoint(반응형), sass-loader https://getbootstrap.com/docs/5.3/layout/breakpoints/ Breakpoints Breakpoints are customizable widths that determine how your responsive layout behaves across device or viewport sizes in Bootstrap. getbootstrap.com Header.vue @include media-breakpoint-down(sm) { .nav { display: none; } } https://github.com/webpack-contrib/sass-loader GitHub - webpack-contrib/sass-loader: Compiles Sass to CSS Com.. 2023. 2. 12.