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
John Ajera -
Gilles Hamelink -
Vitali Sorenko -
Zhang Wei -
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