Vuejs
Vue router 4
야스킴
2021. 12. 29. 10:32
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로도 됬던거 같기도..?