vitepress Tailwind Templates

Vitepress

Base container stack to quickly start projects with vue, vite and tailwind on the front and wordpress rest API on the back.

A basic docker container stack to quickly start projects with vue, vite and tailwind on the front and wordpress rest API on the back.

Steps to setup:

  1. Create docker network

    docker network create wp_vue
    
  2. Create container via docker-compose

    docker-compose up -d
    
  3. Setup wordpress by visiting
    http://localhost:8080/wp-admin/install.php

  4. Front end is available on http://localhost:3000

  5. A list of wp rest API routes are available on http://localhost:8080/?rest_route=/

Top categories

Loading Svelte Themes