npm create vite@latestnpm install tailwindcss @tailwindcss/vite
main.ts 에 라우팅 설정 후 app.vue 에서 navigation 을 만든다router-link 에 연결된 href 는routes 에서 사용하고 있는 각 컴포넌트에 연결되고router-view 에 렌더링 된다app.vue 를 레이아웃 컴포넌트 처럼 사용하는 방법
Vue3 에서는 setup() 을 script 내에서 처리하고defineComponent 대신definedOptios 를 사용