Custom Post Types
In this episode of Theming with WP REST API and Vue.js I'm going to show you how to set up custom post types for your REST API
Now we are going install Toolset Types plugin because it gives us nice interface for creating custom post types for WordPress, but more importantly it comes with support for WP REST API, so you can easily create REST endpoint for your API.
Once that is set up we are going to do pretty much the same thing like in the previous episodes and use vue routing and Vue.js to display our custom post type data.