承接 td/theme 相关项目开发

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

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

td/theme

Composer 安装命令:

composer create-project td/theme

包简介

10 Degrees base theme

README 文档

README

The 10 Degrees base theme is a starter theme using the td/framework package to streamline WordPress theme development.

Installation

From the wp-content/themes directory of your project:

composer create-project td/theme [theme-name]

Find and replace @theme and @textdomain to your theme name and textdomain respectively.

NPM

The theme comes with a basic laravel-mix setup.

npm install

There are some commands to run a dev build, production build, or to watch files:

npm run dev
npm run prod
npm run watch

Using the framework

The td/framework package contains some useful wp-cli commands. View the framework readme for more information on using the framework.

Deployment

To deploy the theme, you will need to run the following actions from within the theme directory.

composer install
npm install
npm run prod

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-07-08