Nuxt 3 WP Example A small example showing how one can get blog posts from WordPress and display them using Nuxt. Setup Copy .env.example to .env and set your wp-json URL: cp .env.example .env Development npm run dev