Jess's WP block scaffolded
Jess's WP block scaffolded tools Block JSX.
by Jess Planck · github.com/ev3rywh3re/jesse-james-wp-block-plugin-scaffold-jsx-dynamic
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/ev3rywh3re/jesse-james-wp-block-plugin-scaffold-jsx-dynamic/archive/refs/heads/main.zipjesse-james-wp-block-plugin-scaffold-jsx-dynamic# jesse-james-wp-block-plugin-scaffold-jsx-dynamic
This is a basic WordPress plugin project to provide some basic scaffolding for development.
Features
- Goal to have a space for WP block experimentation that builds something. anything.
Getting Started
This is mostly copied from my current experiments. So it may not be edited... You are warned.
From: https://modularwp.com/how-to-build-gutenberg-blocks-jsx/
Custom build files:
- webpack.config.js
- .babelrc
- package.json
- package-lock.json
Install dependencies:
npm install
Compile commands:
- npm run dev - run in development mode
- npm run build - build production files
FIX Notes
npm install copy-webpack-plugin --save-dev --legacy-peer-deps