I am learning VueJS and wanted to make a project. So I've to get data from ExpressJS server/API. I've tried vue-resource and axios. both of them returned status code 0.
I think my API is not responding correctly to HTTP requests.
What should I concentrate on while building API.
P/S: Sorry, can't upload any code, because I'm using different computer.