EvanAgee / vuejs-wordpress-theme-starter

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

Off topic: use separate environment for the actual theme #104

Open simplenotezy opened 4 years ago

simplenotezy commented 4 years ago

I notice when running vue.js through the WordPress engine, it is a bit slow. I was wondering what the caveats is from running it from a different domain/server/environment?

Like, how would you handle CSRF-tokens, authentication, and so forth?

I know this might be a bit off topic since you created the project because you'd like to host it on same environment, but nevertheless, I guess you must have some experience.