Hello, I'm a beginner with VueJs and I'm trying to implement it in a 5.7oz Laravel project.
I currently have a few components and I'm about to create a bit more and I see that everything is "messed up" there in the components folder and then I tried to create folders to organize better, but I realized that I can not give
import MeuComponente from './minhaPasta/meuComponente.vue'
In my components, because it does not find the component, I think I did not type anything wrong but it does not find the file.
My question is: am I doing something wrong or really can not structure the components of vuejs in folders in laravel 5.7?
If there's no way, how do I get my components organized when I get a 15+? And if I can structure it, I ask you to help me.