https://github.com/coderexltd/rex-plugin-boilerplate
🚀 A starter kit to create WordPress plugins using modern web technologies. Harness the power of Vite, Vue, and Tailwind CSS to streamline your workflow and seamlessly integrate with the WordPress REST API, making plugin development a breeze.
https://github.com/coderexltd/rex-plugin-boilerplate
playwri vite vuejs wordpress wordpress-plugin
Last synced: 3 months ago
JSON representation
🚀 A starter kit to create WordPress plugins using modern web technologies. Harness the power of Vite, Vue, and Tailwind CSS to streamline your workflow and seamlessly integrate with the WordPress REST API, making plugin development a breeze.
- Host: GitHub
- URL: https://github.com/coderexltd/rex-plugin-boilerplate
- Owner: CODEREXLTD
- License: mit
- Created: 2023-10-05T06:44:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-06T18:47:09.000Z (about 2 years ago)
- Last Synced: 2025-06-08T06:08:24.031Z (about 1 year ago)
- Topics: playwri, vite, vuejs, wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://www.coderex.co/
- Size: 364 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Changelog: changelog.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
# RexTheme Plugin Boilerplate
## Contents
The `plugin_name` directory contains the source code - a fully executable WordPress plugin.
## Installation
The Boilerplate can be installed directly into your plugins folder "as-is". You will want to rename it and the classes inside of it to fit your needs.
* Copy plugin_name to your plugin's directory and rename it to your plugin's name
* Perform a find and replace at the project level as follows:
1. Rename the folder name and main file name. Also update the plugin info on plugin's main file
2. Find the text `plugin_domain` and replace with your preferred domain name
3. Change the const variable if you want from plugin.php file
5. Find the text `RexTheme\PluginName` and replace with your preferred name space