[Vuejs]-How to deploy a laravel5 & vuejs application?

2👍

You need to run npm run dev or npm run prod to create your resource bundle with the javascript and other assets. You technically don’t need node_modules, so long as you build the projects on another machine and upload all that to your hosted server.

Leave a comment