Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

marouanaf's avatar

Vuejs in Laravel Web App After Hosting

Hello,

I hope you all doing well,

I have a web application that I created and hosted on Host-gator, but when I was developing the app I didn't run npm install, because I didn't need to use Vuejs, now I want to use it on my hosted project, how can I proceed.

Thank you.

0 likes
1 reply
CodingIsEasy's avatar
Level 1

if you run npm run production before committing your code and deploying it it should all be packaged into your app.js file I think.

If not try get ssh access then run npm install on your server

if all that fails you could add your node_modules folder to your git repo and commit everything

1 like

Please or to participate in this conversation.