/vue-wp

Experiment in creating a WordPress theme with Vue

Primary LanguagePHP

WordPress + Vue

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.

Setup

  1. You'll need to bring your own WordPress installation.
  2. Install the Timber plugin.
  3. cd into wp-content/themes/teej and run npm install or yarn.
  4. Run npm run watch to get going.

Resources

  1. Laravel Mix
  2. Vue
  3. Timber