定制 srvkit/vite 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

srvkit/vite

最新稳定版本:1.0.3

Composer 安装命令:

composer require srvkit/vite

包简介

Vite Plugin for PHP

README 文档

README

PHPUnit

Latest Version License CI4 Compatible

Integrate Vite with your php app for modern frontend tooling with automatic manifest parsing, dev server detection, and optional debug toolbar collector.

🚀 Features

  • ✅ Detect if Vite dev server is running
  • ✅ Auto-parse Vite manifest.json
  • ✅ Optional debug toolbar integration
  • ✅ CodeIgniter 4 config auto-discovery support
  • ✅ Compatible with PSR-4 and Composer

📦 Installation

Install via Composer in your CI4 project:

composer require srvkit/vite

For local development (monorepo):

"repositories": [
    {
        "type": "path",
        "url": "../srvkit-vite",
        "options": {
            "symlink": true
        }
    }
],
"minimum-stability": "dev",
"prefer-stable": true

Then:

composer require srvkit/vite:* --prefer-source

© 2025 - SrvKit

统计信息

  • 总下载量: 8
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-07-24