4~5페이지 짜리 웹을 만들기 위해 라우터를 알아보았습니다.
https://v3.vuejs.org/guide/routing.html#official-router
Routing | Vue.js
Routing Official Router For most Single Page Applications, it's recommended to use the officially-supported vue-router library (opens new window). For more details, see vue-router's documentation (opens new window). Simple Routing from Scratch If you only
v3.vuejs.org
라우팅 할때는 라이브러리를 추천한다고하네요
https://github.com/vuejs/vue-router-next
GitHub - vuejs/vue-router-next: The Vue 3 official router
The Vue 3 official router. Contribute to vuejs/vue-router-next development by creating an account on GitHub.
github.com
빠른시작
- Via CDN:
- In-browser playground on CodeSandbox
- Add it to an existing Vue Project:
npm install vue-router@4
vue add router로도 됬던거 같기도..?
'Vuejs' 카테고리의 다른 글
Vue3에 Bootstrap5 적용하기 (0) | 2022.01.07 |
---|