EvanAgee / vuejs-wordpress-theme-starter

A WordPress theme with the guts ripped out and replaced with Vue.
https://vuewp.com/
1.6k stars 281 forks source link

ACF compatibility? #45

Closed psntr closed 5 years ago

psntr commented 5 years ago

Hi there,

Is is compatible with the ACF plugins?

EvanAgee commented 5 years ago

@psntr out of the box this project doesn't have any integration with ACF, however if you're familiar with Vue and the WordPress API it's fairly simple to integrate. You would need to update your WordPress JSON API so it outputs the ACF data (details here https://clarencepearson.com/advanced-custom-fields-rest-api/) and then update your Vue app to make use of that new data.