ediamin / wp-plugin-with-gutenberg-packages

WordPress example plugin that uses Gutenberg packages as frontend framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WP Plugin with Gutenberg Packages

This is an example plugin that shows how we can use various Gutenberg packages to develop a WordPress Plugin and/or Themes.

This example mainly shows how we can leverage the @wordpress/scripts to bundle our JS and CSS files.

Install

npm run install

Build Scripts

npm run dev:admin

Now go to WordPress admin panel > WP Guten menu

For more informations goto Gutenberg's GitHub repo https://github.com/WordPress/gutenberg/tree/master/packages

About

WordPress example plugin that uses Gutenberg packages as frontend framework.


Languages

Language:JavaScript 70.1%Language:PHP 25.1%Language:SCSS 4.7%