[Solved] Laravel vue components not showing up [closed]


You can try the following code

//you install library vue to laravel
npm install && npm install vue-router

//after install, you can run 
npm run watch

You can see https://hoanguyenit.com/create-template-vuejs-and-laravel-5-4.html

solved Laravel vue components not showing up [closed]