Start the local server
To start the local server, simply type npm run serve
and you should be able to access it at http://localhost:8080. While running the dev server, there is a proxy redirecting requests to /api
to http://localhost:8080
, check vue.config.js
.