Vite for WP Example: Vue

November 15, 2023 ยท View on GitHub

A plugin to demonstrate Vite for WP.

Setup

  1. Clone this repository into wp-content/plugins.
  2. Install dependencies:
    composer install
    npm install
    npm run dev
    # To build production assets:
    npm run build
    
  3. Activate the plugin from WordPress admin.
  4. Visit your site's homepage and see the rendered application on the footer ๐Ÿš€

Visit Vite for WP project page for documentation.