This is just a minimalist Vue template that displays posts from a WordPress REST API endpoint.
- Make sure you have
yarn
installed on your machine, and runyarn install
. - Add a WordPress REST API endpoint to the
config.js
file. For example:https://www.wptavern.com/wp-json/wp/v2
.
Run yarn run dev
to spin up a running version from localhost.
Run yarn run build
.
Netlify is amazing, so if you're in need of somewhere to host your own version of this project, I highly recommend it.
PRs accepted.
MIT © Alex MacArthur