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
Rather than just generating snippets, our agents understand your entire project context, can make decisions, use tools, and carry out tasks autonomously.
kathir b -
Aviral Srivastava -
GitHubOpenSource -
Laetitia Perraut -
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