how do I load a Vue component in Laravel 5.4?
问题 I've run npm run watch and received the message This dependency was not found: * in ./resources/assets/js/app.js To install it, you can run: npm install --save So I ran npm install --save but still get the same message. From my understanding, I need npm run or npm run watch to load the Vue files in Laravel. For example, in 'resources/assets/js/components/Example.vue' file, I made edits to it but when I load up 'resources/views/welcome.blade.php' file, which I have as follows, the update from