A headless Vue + WordPress boilerplate that allows using Vue as the front-end for WordPress theme in a headless architecture.
Key Features: Uses Vue 3 with Vite for fast development, connects to WordPress REST API for dynamic content, has a modular folder structure for components, pages, APIs, and stores, supports Vue Router and Pinia, and allows styling with standard CSS or preferred CSS preprocessor.
Folder Structure: Consists of functions, public, and src directories with subdirectories for different functionalities, such as APIs, assets, components, pages, router, and stores.
Getting Started: Download and place the files in the themes folder, install dependencies, run the development server, and build for production.