kresnasatya/wp-vite-theme
最新稳定版本:v1.3
Composer 安装命令:
composer create-project kresnasatya/wp-vite-theme
包简介
Generic WordPress theme integrate with ViteJS
关键字:
README 文档
README
Proof of Concept (PoC) WordPress theme integrate with ViteJS. Motivated from wp-theme-vite-tailwind.
Requirements
- PHP version >= 8.2
- NodeJS version >= 18
Brief Setup for Development Mode
- You have WordPress project that run with
wp serveror any other development tools like Laragon or Valet. It will shows URL likehttp://localhost:8080if you usewp serveroryour-wp-project.testif you use Laragon or Valet. - Go to
wp-content/themesdirectory. Then downloadwp-vite-themeproject with command below.
composer create-project kresnasatya/wp-vite-theme <your-theme-name> && cd <your-theme-name>
- Run
composer install. - Run
pnpm installornpm install. - Run
pnpm run devornpm run dev. - Change
VITE_SERVERvalue in.envfile with the Vite URL.
If you open the Vite URL it will contain empty file because it serves as a runner for your assets such as CSS and JavaScript.
Try to edit index.php or any file with .php extension then save it! Vite will trigger full-reload event so browser reload the page automatically. Thanks to handleHotUpdate hook from Vite.
How to handling static assets in CSS and JS in WordPress + Vite Environment?
In production mode, static assets like images, fonts work well BUT not in development mode!
In order to make it works, you need to set a symbolic link or symlink from source folder to destination folder. Here's the example.
# I store my images file in public directory on wp-vite-theme. # I make a WordPress project called wpground. # I make a WordPress theme called wp-vite-theme. # The ~ is a tilde symbol mean a "home" symbol in macOS. # Images ln -s ~/wpground/wp-content/wp-vite-theme/public/images ~/wpground/images # Fonts ln -s ~/wpground/wp-content/wp-vite-theme/public/fonts ~/wpground/fonts
Brief Setup for Production Mode
- Stop
wp serverandpnpm run devornpm run dev. - Change the value of
VITE_ENVin.envfile fromdevelopmenttoproduction. - Run command
pnpm run buildornpm run build. - Run
wp serveragain.
Credits
- Photo by Tom Delanoue on Unsplash
- Photo by mono-log on Unsplash
kresnasatya/wp-vite-theme 适用场景与选型建议
kresnasatya/wp-vite-theme 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 47 次下载、GitHub Stars 达 3, 最近一次更新时间为 2023 年 07 月 16 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「theme」 「wordpress」 「vitejs」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 kresnasatya/wp-vite-theme 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 kresnasatya/wp-vite-theme 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 kresnasatya/wp-vite-theme 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Vite integration for your Symfony app
A parser for Vite manifest files
Injects assets from a Vite manifest to the Wordpress head, supports themes and plugins
A Bootstrap 4.x base theme for SilverStripe
Parse Vite.js manifest file easily and print tags in PHP to enjoy HMR
Lucency Theme
统计信息
- 总下载量: 47
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 13
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-07-16