Ray Elliott 3871c75041 | ||
---|---|---|
src | ||
.eslintignore | ||
.eslintrc-md.js | ||
.eslintrc.js | ||
.prettierrc.js | ||
.stylelintignore | ||
.stylelintrc.json | ||
README.md | ||
index.php | ||
package-lock.json | ||
package.json |
README.md
TODO
- Add a basic attribute.
- Add some default components to
src/index.js
.- In particular, most used UI controls (e.g., colour picker?).
- Will want an InspectorControls with a PanelBody
- Also want some BloclControl on there
- Must ensure they are easily able to be quickly removed.
Usage
Edit index.php
, src/index.js
and src/*.scss
files, so that the correct block name and
namespace are used.
npm install
# build and watch for development
npm run dev
# build for production
npm run build
The symbolic links to the WordPress default configuration files are required so that code editors will use the correct linting configurations.