A basic docker container stack to quickly start projects with nuxt/tailwind and wordpress rest API.
Steps to setup:
Create docker network
docker network create wp_vue
Create container via docker-compose
docker-compose up -d
Setup wordpress by visiting
http://localhost:8080/wp-admin/install.php
front end is available on http://localhost:3000
A list of wp rest API routes are available on http://localhost:8080/?rest_route=/