Hybrid SSR and Static with Vue.js or Nuxt.js

440 Views Asked by At

I am building a website that some pages are better to be static, such as /about, /access, etc. But some pages such as for as /products need to be dynamic as it is fetching data from API.

So I'm wondering, is there any way to implement this using Vue.js or nuxt.js? Any hints or references will be very appreciated.

0

There are 0 best solutions below