Single Product in Nuxt page in nuxt #2125
Unanswered
sara-farokhi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am NEW to Nuxt and trying to make a Single Product. I wonder:
How is it possible to generate multiple pages in SSR and can create a new HTML for each page? Is CSR should be created first and then the SSR made or vice versa?
As far as I understood, if the data is got from Vuex by computed property and returned in the template it would not render in the HTML, so how it would be rendered in SSR and presented in HTML if we use Vuex and use computed or any other properties of Vue js? I mean how is it possible to match Vue js script properties and methods in order to have a fully HTML rendered by SSR mood using asynData()?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions