Easy Block Setup for WordPress Example
Example usage of Easy Block Setup for WordPress.
by Thomas Zwirner · github.com/threadi/easy-setup-for-wordpress-demo
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/threadi/easy-setup-for-wordpress-demo/archive/refs/heads/master.zipThis repository contains a WordPress demo plugin for Easy Setup for WordPress. It is intended to show the possibilities of the plugin. It is not intended to be used actively in a productive system. You are welcome to use the programming as a template for your own use of Easy Setup for WordPress.
Use the demo
- Download the actual release ZIP (not the source ZIP).
- Install it in your WordPress and activate it.
- You will see a demo link on your dashboard.
Use it for development
- Checkout the repository in your development environment in the plugin directory or download the actual source ZIP.
- Run
composer installto get the sources. - Change to directory
vendor/threadi/easy-setup-for-woocommerce/ - Run there
npm iandnpm run build - Go to the backend of your development environment and activate the plugin.
- You will see a demo link on your dashboard.