bshiluk / vue-wordpress

Use Vue.js and the WP REST API to build WordPress themes as SPAs with dynamic routing, HMR for development, SEO enabled, and SSR capable. Demo:
http://vue-wordpress-demo.bshiluk.com
489 stars 113 forks source link

Buddypress integration #2

Closed shubhra14 closed 5 years ago

shubhra14 commented 5 years ago

I am wondering if it's possible to integrate this BP rest api plugin in this theme. If so, can you please explain a bit, how to go about it.

Thank you for your time and thank you for making this theme. Having fun learning here.

bshiluk commented 5 years ago

Depends how you would want to integrate it. It would be easiest to just use it within your components without having to worry about making requests internally.

More like a starter for creating themes than an actual theme. Needs work, but provides a solid foundation conceptually I think. Glad you're learning from it.