Is vue suitable for refactoring a website with a variety of interaction designs?

www.zingpower.co

excuse me, recently I want to start to learn that vue, wants to reconstruct the above website with Vue. There are more design aspects of this website, such as the switching of clicks on pictures, the animation of pictures, the implementation of interaction design, and so on. I don"t know if vue is suitable for this type of website.

I would like to ask you, is it appropriate for Vue to reconstruct this kind of website?

Mar.11,2021

look at the scene, don't use the frame in order to use it.

React , Vue , which encapsulates DOM , is not a good thing in itself if you have to deal with DOM a lot.


all the functions you mentioned can be realized by Vue. It is possible to use the componentization of Vue as an exercise item.

just one thing to consider. Vue is very convenient for single-page applications. You can start building the project directly with the official cli. If you want to consider SEO , consider using Nuxt.js or prerender techniques.

to be specific, search by yourself.


feel that there is no need for vue, vue to be suitable for form data processing or anything. This is a pure product display page ~

and it will affect seo, even if static technology is used.


the difference in interaction between Vue and traditional frameworks is relatively the operation of DOM. Picture switching, animation, and interaction can all be split into states. Using state data to drive dom changes makes you feel clearer and simpler.

at the same time, Vue also has corresponding support for animation. I think it's completely OK

.

is not appropriate. The simple interaction of the official website is not needed. It is also bad for seo.

Menu