Copy the .env.example file
and rename it to .env
.
Finally, change the value of the VUE_APP_API_ROOT
to reflect your api host url.
The api root should include the api versioning extension, for example http://solutech_api.test/api/v1/
yarn install
yarn serve
yarn build