Please help me with at least the concept. I have two questions actually.
How can I show data from an api end point? Let's say I have 10 products which I retrieve by calling a json end point. How can I show them in the .vue file?
If I create a pagination with ajax (axios) and bring json data as more data, will the html out puts be shown in source code or a blank js as how we always see in a spa or ajax page. I mean how can I make a pagination where the html tags with data will be visible for better SEO?
Thank you. I am expecting at least some concept. Please pardon me I am very new to nuxt js. Thank you.
This question is available on Nuxt.js community (#c71)
Please help me with at least the concept. I have two questions actually.
Thank you. I am expecting at least some concept. Please pardon me I am very new to nuxt js. Thank you.