WP Manifestindependent plugin directory
manifest / developer / wp-vite

WP Vite

Wordpress Plugin for Vite

by evoMark · github.com/evo-mark/wp-vite · website

15stars
298release downloads
≈10active sites
71composer installs
4forks

Install

The author publishes release zips, so WP-CLI can install straight from GitHub:

wp plugin install https://github.com/evo-mark/wp-vite/releases/download/v1.3.2/evomark-wp-vite.zip

Also on Packagist as southcoastweb/wp-vite:

composer require southcoastweb/wp-vite

From the readme

WP Vite Bring Vite's lightning fast build process to your Wordpress theme or plugin Usage Inside your plugin entry file or function.php file (for themes) simply include the following: use EvoMark\WpVite\WpVite; $vite = new WpVite; $vite-enqueue([ 'namespace' = 'theme-vite', 'input' = ["src/main.js"], ]); The enqueue function takes a single associative array as a parameter. Here are the properties it can contain: | arg | type | required | description | | --- | ---- | -------- | ----------- | | namespace | string | true | A unique namespace for the manifest being enqueued | | input | string\|string[] | true | One or more entry files. These must match exactly the ones defined in your Vite config file | | dependencies | string[] | false | Wordpress JS dependencies for your manifest. In production, these will be mapped to the window object | | admin | bool | false | Enqueue the inputs for Wordpress admin pages instead of frontend | | absolutePath | string | false | Override the absolute path of your build folder | | absoluteUrl | string | false | Override the absolute URL of your build folder | | buildDirectory | string | false | Override the name

Read the full README on GitHub →

Releases

TagPublishedAssetDownloads
v1.3.2Oct 25, 2025evomark-wp-vite.zip9
v1.3.1Sep 9, 2025evomark-wp-vite.zip3
v1.3.0Jul 16, 2025evomark-wp-vite.zip7
v1.2.1Dec 21, 2024evomark-wp-vite.zip10
v1.2.0Dec 21, 2024evomark-wp-vite.zip2
v1.1.1Nov 17, 2024evomark-wp-vite.zip27
v1.1.0Nov 17, 2024evomark-wp-vite.zip1
v1.0.3Jun 19, 2024evomark-wp-vite.zip16
v1.0.2Dec 25, 2023evomark-wp-vite.zip29
v1.0.0Jul 18, 2023
v0.4.6Jul 15, 2023southcoastweb-wp-vite.zip4
v0.4.5Jul 13, 2023
v0.4.4Jul 9, 2023southcoastweb-wp-vite.zip4
v0.4.3Jul 9, 2023southcoastweb-wp-vite.zip4
v0.4.2Jul 9, 2023southcoastweb-wp-vite.zip4
v0.4.1Jul 9, 2023southcoastweb-wp-vite.zip4
v0.4.0Jun 22, 2023southcoastweb-wp-vite.zip6
v0.3.1Jun 21, 2023southcoastweb-wp-vite.zip5
v0.3.0Jun 21, 2023southcoastweb-wp-vite.zip2
v0.2.5Apr 30, 2023southcoastweb-wp-vite.zip119
v0.2.4Apr 30, 2023southcoastweb-wp-vite.zip5
v0.2.3Apr 30, 2023southcoastweb-wp-vite.zip7
v0.2.2Apr 30, 2023southcoastweb-wp-vite.zip5
v0.2.1Apr 30, 2023southcoastweb-wp-vite.zip5
v0.2.0Apr 30, 2023wp-vite-v0.2.0.zip6

Active-site estimate ≈10 comes from the median of recent superseded releases. Method.