vue resources post

JavaScript
this.$http.post('url', whatYouWantToPost)
.then(response => console.log(response));
Source

Also in JavaScript: