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.
- Host: GitHub
- URL: https://github.com/ediamin/wp-plugin-with-gutenberg-packages
- Owner: ediamin
- Created: 2019-11-26T03:01:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:19:06.000Z (over 3 years ago)
- Last Synced: 2025-04-28T16:48:48.834Z (about 1 year ago)
- Topics: gutenberg, plugin, wordpress, wp-scripts
- Language: JavaScript
- Size: 3.69 MB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
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