DEV Community

Discussion on: How to Structure a Typical Vue.js App

Collapse
 
stephanusrex profile image
Neo

Thanks, jappyjan. By "wraps all over components", do you mean that "app" would be, say, a "div" that acts as a container for all the other components being used on the page? That is, you only "register" the div with the id of "app" and by virtue of the fact that that div "contains" other vue components, e.g., buttons, inputs, etc., that "wraps" them?

Or do you have to register them via some function call?

I know, very basic questions, but just trying to learn. Thanks for your patience.