New site with VueJS and Headless WordPress
February 5, 2021I’ve redone the site, built the front end with VueJS, WordPress backend, and hosted on Netlify deployed from GitHub.
More details to follow.
Update: February 23, 2021
I’ve added these packages:
- Vue Router
- Vuex
- Vue Meta
I’ve employed these new-ish CSS rules:
- Masonry
- Clamp/Min/Max for font-size
- Text decoration styles
Current Issues:
- Getting Netlify forms to work
- Vue Meta needed some wrangling to make work, does not work to my expectation yet
- WordPress backend I need to add a wildcard redirect for all but REST. Also need to block all domains but my own from accessing.
- Need to filter the WordPress content to remove subdomain from links.
Roadmap:
- I need to figure out how I want to handle 20+ posts – do I fetch them as user scrolls, or do I use pagination (or both?)