Hi Devs. I am noob in StackDeveloper.
How configure vue-cli and nodejs for run both in same script for example:
run server app.js
And run the frontend and the backend.
Thanks.
PD: my english is bad
Hi Devs. I am noob in StackDeveloper.
How configure vue-cli and nodejs for run both in same script for example:
run server app.js
And run the frontend and the backend.
Thanks.
PD: my english is bad
For further actions, you may consider blocking this person and/or reporting abuse
Felipe Freitag Vargas -
Dimcoder -
Brady Guy Chambers -
Emma Twinomujuni -
Top comments (2)
You mean in the same npm script?
That sounds like a job for npm-run-all. You can see the documentation in here.
thanks