文件名称:barebones:基于 React 的 WordPress 主题,使用 create-react-wptheme 构建。 这是一个只有核心 WordPress 功能的入门主题
文件大小:208KB
文件格式:ZIP
更新时间:2024-06-18 02:45:25
react wordpress wordpress-development reactjs wordpress-theme
Barebones 是运行 ReactJS 的 WordPress 的入门主题。 它旨在帮助您快速编写JS单页应用程序和WordPress的REST API。 有关如何构建此主题的完整教程,请参见。 通过核心 WordPress 功能,我的意思是: 单帖 后元 注释 意见表 存档(带分页) 类别 搜索结果(带分页) 搜寻表格 此 repo 仅包含主题的“react-src”部分。 克隆时,您必须采取额外的步骤才能使其工作。 下面继续: 如何使用 在您的WP主题目录中,创建一个名为“ my-theme”的目录-或您喜欢的任何名称。 CD 进入这个目录,然后执行: git clone https://github.com/michaelsoriano/barebones.git react-src 这将在您的 my-theme 目录中创建一个名为“react-src”的文件夹,其中
【文件预览】:
barebones-master
----.gitignore(310B)
----README.md(2KB)
----public()
--------functions.php(3KB)
--------manifest.json(306B)
--------index.php(2KB)
--------screenshot.png(66KB)
--------index.html(2KB)
--------favicon.ico(4KB)
--------style.css(363B)
----user.prod.json(50B)
----user.dev.json(543B)
----package.json(1KB)
----src()
--------index.css(2KB)
--------context()
--------index.js(1KB)
--------partials()
--------templates()
----package-lock.json(509KB)