PHPackages                             mountz/hypervel-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. mountz/hypervel-vite

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

mountz/hypervel-vite
====================

php package for integrating Hypervel and vite

0.2.0(11mo ago)12MITPHP

Since Jun 13Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/MountZ1/hypervel-vite)[ Packagist](https://packagist.org/packages/mountz/hypervel-vite)[ RSS](/packages/mountz-hypervel-vite/feed)WikiDiscussions main Synced 1mo ago

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

Hypervel-Vite
=============

[](#hypervel-vite)

**This package only been tested with tailwind and plain js.**
=============================================================

[](#this-package-only-been-tested-with-tailwind-and-plain-js)

Installation

1. Install the package via Composer

```
composer require mountz/hypervel-vite

```

2. Install required NPM packages

```
npm install @tailwindcss/vite laravel-vite-plugin tailwindcss vite

```

Configuration

1. Create vite.config.js Create a vite.config.js file in your project root:

```
import { defineConfig } from "vite";
import laravel from "laravel-vite-plugin";
import tailwindcss from "@tailwindcss/vite";

export default defineConfig({
  plugins: [
    laravel({
      input: ["resources/css/app.css", "resources/js/app.js"],
      refresh: true,
    }),
    tailwindcss(),
  ],
  server: {
    hmr: {
      host: "localhost",
    },
    cors: true,
  },
});

```

2. Update package.json Add the following to your package.json file:

```
json{
  "private": true,
  "type": "module",
  "scripts": {
    "build": "vite build",
    "dev": "vite"
  },
}

```

5. Update 'resources/css/app.css'

```
@import "tailwindcss";
@source "../views";

```

6. update 'resources/js/app.js'

```
import "../css/app.css";

```

7. Create JS file Add Vite Directive to Blade Templates Add the Vite directive to your Blade layout/template file: blade

```

    Your App
    @vite([])

```

Directive Usage Notes

The @vite(\[\]) directive with empty array will automatically include all assets in resources/js and resources/css. You can selectively include specific assets by passing them as arguments:

```
@vite(["resources/js/coba.js", "resources/js/cobacoba.js"])

```

This is useful when you want to load specific scripts on certain pages only, rather than loading all scripts on every page.

Development Run the Vite development server: `npm run dev`Production Build for production: `npm run build`License The MIT License (MIT). Please see License File for more information

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance52

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

339d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/06d3fef8fe44f63d95a4f4fb5d7dedaf235908a5ee20fd518b2d39dc3aa07202?d=identicon)[MountZ1](/maintainers/MountZ1)

---

Top Contributors

[![MountZ1](https://avatars.githubusercontent.com/u/119827998?v=4)](https://github.com/MountZ1 "MountZ1 (11 commits)")

### Embed Badge

![Health badge](/badges/mountz-hypervel-vite/health.svg)

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

###  Alternatives

[jcergolj/brevo-webhook-manager-for-laravel

Brevo webhook manager for Laravel

207.5k](/packages/jcergolj-brevo-webhook-manager-for-laravel)

PHPackages © 2026

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