tserkov/vue-sse-example

port conflict

Opened this issue · 1 comments

Hi James,

Thanks for this example -- it works great; however, I am wondering if there's a way to spin up everything here with the exception of the server? I already have a netty server running on my side so I am not sure I also need to spin up the server that comes up when I do the npm run serve

Hi,

If you just want the frontend, then you can treat this the same as any Vue project and run npm build and serve the contents of dist/ with your netty server.