Currently experimenting with creating a WP theme that relies on Vue.
I'm not thinking too hard about SEO at the moment (currently have server-side content in a <noscript>
tag), this is more of a learning project.
- You'll need to bring your own WordPress installation.
- Install the Timber plugin.
cd
intowp-content/themes/teej
and runnpm install
oryarn
.- Run
npm run watch
to get going.