Ecosyste.ms: Awesome
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: 3 days 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:19:06.000Z (almost 2 years ago)
- Last Synced: 2024-04-23T14:04:29.654Z (7 months ago)
- Topics: gutenberg, plugin, wordpress, wp-scripts
- Language: JavaScript
- Size: 3.69 MB
- Stars: 10
- Watchers: 2
- 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