Petra
AI assistant for GrootMade
Hi! I'm Petra 👋 Ask me to help you find the perfect WP plugin, theme, or template kit.
forked from WP Block Boilerplate™
Elementary is not affiliated with WP Block Boilerplate. The name and any related trademarks are used solely for nominative descriptive purposes.
This boilerplate provides a foundational template for developers creating custom block plugins for the CMS. It is designed for those who want to start a new project with a structured, modern build process already in place.
Build System: Uses webpack 4.x to handle compilation and bundling for development and production environments.
Quick Start: Includes npm scripts for running development (npm run dev) and production (npm run build) builds directly.
Complete Plugin Structure: Generates a fully formed plugin folder in the dist directory, ready to be uploaded to the standard plugins directory of the CMS.
Standardized Setup: Offers a common starting point that reduces initial configuration time and helps maintain consistent project structure.
A boilerplate for creating custom block plugins for the CMS. Includes a preconfigured build system to speed up development.