I need to perform http requests using vue-resource on a remote test server IP. This is what I do ..
this.$http.post(\'xx.xx.xxx.xxx:8080\', body).then(res => {