I am using Putty to run and compile vue js + laravel app on Godaddy VPS. Changes are not taking effect

本小妞迷上赌 提交于 2019-12-24 10:26:31

问题


I am using Putty to run and compile vue js + laravel app on Godaddy VPS. Changes are not taking effect.

I have Laravel + Vue.js App on VPS. When I make changes in code, I am running following command in Putty.

npm run dev npm run watch

Changes are not being applied. Even when it shows all modules built successfully.

npm run watch should apply changes in code. In local environment using wamp it works


回答1:


oh, have you tried laravel cached views clear?? php artisan cache:clear



来源:https://stackoverflow.com/questions/54018221/i-am-using-putty-to-run-and-compile-vue-js-laravel-app-on-godaddy-vps-changes

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!