now there is a business to develop the mobile official website, the front and rear ends are separated, and the front-end framework uses vuejs. I think Xiaomi mobile mall data is dynamically loaded, not the returned static page.
I have a question for all of you.
1. Does mobile web need to consider seo?
2. Is nuxt suitable for mobile projects?
3. By looking up information, we can see that the pre-rendering of the first screen is not suitable for pages that still need to request variable data, because the html displayed is probably the html, of the last pre-rendering until the data is returned after the request is completed, and then displaying the latest html will cause misunderstandings and doubts among customers. Because the first screen of the official website must be constantly changing, so taking it into consideration, is it recommended to use pre-rendering?
Thank you for your patience