Nuxt.js

Jinmin Kim·2021년 2월 8일
0

Nuxt.js를 사용하는 이유

SSR(서버사이드 렌더링이란?)

Install

a태그와 비슷하게 사용할수있으며, 해당 url로 넘겨주게된다

    <NuxtLink to="/about">
      About (internal link that belongs to the Nuxt App)
    </NuxtLink>
    <a href="https://nuxtjs.org">External Link to another page</a>

Directories Structure

profile
Let's do it developer

0개의 댓글