An open API service indexing awesome lists of open source software.

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.

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