How do koa2 vue-cli3 come together?

if you build a project using vue-cli3 alone using port 8080 and koa2 using port 3000, how do you combine the two? Are both ports up?

Jun.08,2022

just start two directly


start two, then set cros in koa or set generation in vue to solve cross-domain problems

Menu