How can I config WebStom IDE to start Vue.js app remotely without connecting manually to npm trough SSH terminal (npm run dev
)?
I'm developing my first Vue.js/JavaScript app and my development server is a Raspberry Pi, because I want to collaborate with a friend on this project. For this moment we are stucked on this step. We already configured WebStorm to auto-download/auto-upload files to the server but we can't start the Vue.js project from it.