Reputation: 21
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.
Upvotes: 1
Views: 461