Nuxt Routing、nuxt-child、dynamic page

Nuxt 的 Routing 解說

<nuxt-child>

<nuxt>

dynamic page

Nuxt 在路由的部份

並不需要像傳統的 Vue Router 一個個新增設定,可以根據目錄結構新增產生對應的 routering

本來有寫了文章,但最後莫名地消失了

這邊先列出參考的官方文件,未來有空再補充

https://nuxtjs.org/docs/2.x/directory-structure/pages

https://nuxtjs.org/examples/routing-nested-pages

ps. 在 static mode 下,dynamic page 遇到使用者重整 F5 會有 404 問題,若部署在 IIS 下可使用 URL Rewrite 重新導回根目錄解決