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

https://github.com/ediamin/wp-plugin-with-gutenberg-packages

WordPress example plugin that uses Gutenberg packages as frontend framework.
https://github.com/ediamin/wp-plugin-with-gutenberg-packages

gutenberg plugin wordpress wp-scripts

Last synced: about 1 year ago
JSON representation

WordPress example plugin that uses Gutenberg packages as frontend framework.

Awesome Lists containing this project

README

          

# 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