woocommerce/plugins/woocommerce-blocks/docs/contributors
Rua Haszard 5c7447f434 Rename js/components to js/editor-components (https://github.com/woocommerce/woocommerce-blocks/pull/3069)
* mass-rename js/components => js/editor-components & update webpack

* mass-change import '@woocommerce/editor-components' +
+ jsprettier quotes fix

* more mass-rename @woocommerce/editor-components

* fix up references to js/editor-components in various places:
- docs/readmes
- jest config
- typescritp config

* fix story path to match new folder/alias 'editor-components'

* fix jest tests: use new alias for editor-components

* include renamed `editor-components` in editor stylesheet cache group
2020-09-02 10:21:46 +02:00
..
README.md clarify intentions / purpose of different component folders in docs (https://github.com/woocommerce/woocommerce-blocks/pull/3025) 2020-08-27 08:15:16 +12:00
block-assets.md Update references to use main 2020-06-16 10:38:19 +01:00
coding-guidelines.md Rename js/components to js/editor-components (https://github.com/woocommerce/woocommerce-blocks/pull/3069) 2020-09-02 10:21:46 +02:00
components.md Rename js/components to js/editor-components (https://github.com/woocommerce/woocommerce-blocks/pull/3069) 2020-09-02 10:21:46 +02:00
css-build-system.md Add Webpack config docs (https://github.com/woocommerce/woocommerce-blocks/pull/3043) 2020-08-25 12:01:19 +02:00
getting-started.md Add section on configuring WordPress site 2020-08-05 08:37:49 -04:00
javascript-testing.md Update javascript-testing.md 2020-07-03 08:11:00 -04:00
js-build-system.md Add Webpack config docs (https://github.com/woocommerce/woocommerce-blocks/pull/3043) 2020-08-25 12:01:19 +02:00
smoke-testing.md Re-organise docs and add WP update instructions (https://github.com/woocommerce/woocommerce-blocks/pull/1691) 2020-01-31 12:48:11 +00:00

README.md

Contributing

This folder contains documentation for developers and contributors looking to get started with WooCommerce Block Development.

Document Description
Getting Started This doc covers tooling and creating builds during development.
Coding Guidelines This doc covers development best practices.
Smoke Testing This doc explains how to smoke test key Blocks functionality.
JavaScript Testing This doc explains how to run automated JavaScript tests.
Developing Components (& Storybook) This doc outlines where our reusable components live, and how to test them in Storybook.
Block Script Assets This doc explains how Block Script Assets are loaded and used.
JS build system This doc explains how JavaScript files are built.
CSS build system This doc explains how CSS is built.