承接 escherwd/rad-tailwind 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

escherwd/rad-tailwind

最新稳定版本:v1.0.0

Composer 安装命令:

composer require escherwd/rad-tailwind

包简介

A starting point to make working with rad-theme-engine easier

README 文档

README

This repository contains the files that composer create will download into your new rad-theme-engine theme.

📦  View on Packagist
📃  Read the Docs


What is this?

escherwd/rad-tailwind is a starter theme for WordPress that uses the RAD Theme Engine and Tailwind CSS.

  • Includes:
    • Tailwind CSS ^4
    • PostCSS ^8.5
    • Laravel Mix ^6

Usage

Inside of your site's wp-content/themes, run the following command:

composer create-project escherwd/rad-tailwind <theme-name>

Then enter your new theme's directory and get dependancies:

cd <theme-name>
npm install
composer install

And that's it! Read about what to do next on the docs.


Security notes

The /vendor directory is blocked from public access by Apache by the included .htaccess file. If you're using NGINX, you can add this to your virtual host

    location ^~ /vendor/ {
        deny all;
        return 403;
    }

License

Licensed under the MIT license, see LICENSE.

统计信息

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

GitHub 信息

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

其他信息

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