Hi,
I was asked at work about separating the vue files into separate folders for js, html and css so it would be easier for other developers I guess to debug/ easily view the different components.
I’m wondering what the the vue community’s thoughts are about this?
Is it good practice to split it up? And how likely is it for the app to break this way?
If I did split it up I’d probably want a bunch of different folders in the components folder, eg. HelloWorld folder that contains HelloWorld.js, HelloWorld.css etc.
Any thoughts would be greatly appreciated, thanks so much!