-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate this with wordpress rest api #136
Comments
Hey @shubhra14 , thanks for the kind words :) Unfortunately, there is no realworld version of the Wordpress available. I do not even know if it is possible but in general integrating Vue.js with wordpress is working:
The last blog article seems to be the nicest way around it because you are using a proper REST API. In general you could also ask here: https://github.com/gothinkster/realworld/issues to create a wordpress backend version. Maybe you can find collaborators. |
Hi, I have been able to make wp+vue work before, including pagination, but that wasn't setup using Vuex. I'm not very familiar with Vuex at this point. Still learning. I tried changing a few things in this app but I am getting a few errors. Maybe I can make this work and it needs a few minor adjustments. Maybe you can help me out. Here's what I did.
I think this is an issue and now i'm getting errors in the console.
|
Hi,
I am really impressed by how much effort has gone into this. Thank you for hosting this here to help others learn.
I am a student and has mostly worked with php/wordpress. I have only recently started dabbling in JS and got interested in Vue and thought this is the perfect example to practice on. However, since I am familiar with wordpress, I was wondering how I could integrate this whole setup but with the wordpress REST api as the backend.
I would be greatly obliged if you could help me out. Thank you.
The text was updated successfully, but these errors were encountered: