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

SSR #93

Open simplenotezy opened 4 years ago

simplenotezy commented 4 years ago

Found this boilerplate and it looks awesome so far; I'm going to build a Vue.js theme in not too long. However, I don't have the same requirement to run back/frontend on same server - SEO is pretty vital to us.

Anyhow, I found https://github.com/EvanAgee/vuejs-wordpress-theme-starter/issues/75 but I was wondering if it should be any more complicated to integrate SSR into this, or if it's simply the same approach as shown elsewhere?

EvanAgee commented 4 years ago

@simplenotezy it should, in theory, be the same implementation as anywhere else since you're still just ingesting an API. I haven't had the time to think through the caveats but I would love for you to follow up with me as you walk through the process.

simplenotezy commented 4 years ago

Hey Evan! Sure thing, I will keep you posted. For now my plan is to use https://github.com/northosts/wuxt in combination with https://github.com/roots/sage and the setups of https://github.com/EvanAgee/vuejs-wordpress-theme-starter/

wvffle commented 3 years ago

@simplenotezy did you succeed?

ponceleon commented 3 years ago

which it was the result?

@simplenotezy