I have install a fresh laravel on my machine. while reading tutorials about laravel vue, they already have a vue component named "ExampleComponent.vue" on their machine under
resources/assets/components
but when i look on resources folder i dont have the components folder but when i see the package.json there are vue installed on it as well as vue-router.
I do also have ExampleComponent.vue but in the vendor folder. Am i installed laravel or vue on a wrong way?