EvanAgee / vuejs-wordpress-theme-starter

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

Adding WordPress menus to Vue #60

Closed EvanAgee closed 4 years ago

EvanAgee commented 5 years ago

Finally created a video on adding support for WordPress menus https://www.youtube.com/watch?v=fa_muCUHUuM

jonaseltes commented 5 years ago

Thanks for super helpful tutorial! There seems to be quite some loading times for the menu items in your demo, is there any specific reason for this and any way to avoid it? (Didn't try it out myself yet)

Thanks!

EvanAgee commented 5 years ago

Thanks @jonaseltes the reason it was loading slowly in my demo was because I was running on a local docker instance with limited resources. It should be substantially faster if you're on a decent host. Have fun!