DEV Community

Alejandro Bonilla
Alejandro Bonilla

Posted on

configure and run vue+nodejs

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

Top comments (2)

Collapse
 
vonheikemen profile image
Heiker

You mean in the same npm script?

That sounds like a job for npm-run-all. You can see the documentation in here.

Collapse
 
ab0nilla profile image
Alejandro Bonilla • Edited

thanks