I just upload script (laravel + vue.js) to CPanel , and every thing works fine,
but i need to make some changes in vue js components.
my question is there any method to run npm commandes directly on cpanel?
npm run dev
npm run watch
i already saw some examples about ssh login key but no solution.
2
Answers
i should return to my project on local and do modifications after that push code again
In Cpanel I found the terminal,
I open it and cd to the laravel project path and run any npm or artisan command,