PHPackages                             iconagency/wordpress\_vite - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. iconagency/wordpress\_vite

ActiveWordpress-muplugin

iconagency/wordpress\_vite
==========================

IconAgency WordPress Vite Plugin

1.0.4(4y ago)0926MITPHPPHP &gt;=7.4

Since Apr 28Pushed 1y ago1 watchersCompare

[ Source](https://github.com/icon-agency/iconagency-wordpress-vite)[ Packagist](https://packagist.org/packages/iconagency/wordpress_vite)[ RSS](/packages/iconagency-wordpress-vite/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (6)Used By (0)

Icon Agency WordPress Vite
==========================

[](#icon-agency-wordpress-vite)

Integrates Vite HMR and dist with WordPress.

Installing
----------

[](#installing)

```
  "require": {
    "iconagency/wordpress_vite": "^1.0.0",
  },
```

Add style.css requirements
--------------------------

[](#add-stylecss-requirements)

Add the vite config to your `theme/style.css`

```
/*
Theme Name:         YourTheme
Theme URI:          https://your.domain.com/
Description:        YourTheme Wordpress theme
Version:            2.0.0
Author:             You
Author URI:         https://your.domain.com/
License:            MIT License
License URI:        http://opensource.org/licenses/MIT

Vite Client:        http://localhost:8000/@vite/client
Vite Entry:         js/app.js
Vite Dist:          dist/
*/
```

Example vite config
-------------------

[](#example-vite-config)

```
import { defineConfig } from "vite";

export default ({ mode }) => {
  return defineConfig({
    base: mode === "development" ? "/" : "/app/themes/iconagency/dist/",

    build: {
      manifest: true,
      rollupOptions: {
        input: ["js/app.js"],
        output: { entryFileNames: `[name].js` },
      },
    },

    server: {
      cors: true,
      port: 8000,
      hmr: {
        host: "localhost",
        protocol: "ws",
      },
    },
  });
};
```

Dev mode
--------

[](#dev-mode)

WP\_DEBUG should be true to enable the dev server client.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance28

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~5 days

Total

5

Last Release

1463d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b664a639db854f899ee427b4f18612f92e2956910d8e15a358d791b7140b67d2?d=identicon)[IconAgency](/maintainers/IconAgency)

---

Top Contributors

[![almunnings](https://avatars.githubusercontent.com/u/1531329?v=4)](https://github.com/almunnings "almunnings (9 commits)")[![JamieBrennan](https://avatars.githubusercontent.com/u/610709?v=4)](https://github.com/JamieBrennan "JamieBrennan (1 commits)")

---

Tags

wordpresswordpress-plugin

### Embed Badge

![Health badge](/badges/iconagency-wordpress-vite/health.svg)

```
[![Health](https://phpackages.com/badges/iconagency-wordpress-vite/health.svg)](https://phpackages.com/packages/iconagency-wordpress-vite)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
