woocommerce/plugins/woocommerce-blocks
Kelly Dwan 140f4e5ed6 Update build process (https://github.com/woocommerce/woocommerce-blocks/pull/122)
* Add api-fetch dependency

* Remove compiled files from the repo

* Update build process, remove grunt

* Import CSS into block, as we now extract CSS via webpack to build

* Update enqueue scripts to reflect new build locations

* Detect if build files don’t exist, and instruct users to build project

* Update readme with build instructions

* Clarify where to run npm commands in info notice

* Only enqueue our JS files if we know they exist

* Clarify version compatibility between WC and WP 5.0
2018-11-13 14:12:32 -05:00
..
.github Create pull request template 2018-11-12 17:58:55 -05:00
assets Update build process (https://github.com/woocommerce/woocommerce-blocks/pull/122) 2018-11-13 14:12:32 -05:00
includes Include custom API endpoint for required orderby features 2018-06-01 10:22:58 -07:00
.babelrc Update build process (https://github.com/woocommerce/woocommerce-blocks/pull/122) 2018-11-13 14:12:32 -05:00
.gitattributes Add gitatributes file 2018-04-23 10:34:21 -07:00
.gitignore Update build process (https://github.com/woocommerce/woocommerce-blocks/pull/122) 2018-11-13 14:12:32 -05:00
README.md Update build process (https://github.com/woocommerce/woocommerce-blocks/pull/122) 2018-11-13 14:12:32 -05:00
license.txt Readme 2018-04-20 10:17:55 -07:00
package-lock.json Update build process (https://github.com/woocommerce/woocommerce-blocks/pull/122) 2018-11-13 14:12:32 -05:00
package.json Update build process (https://github.com/woocommerce/woocommerce-blocks/pull/122) 2018-11-13 14:12:32 -05:00
postcss.config.js Update build process (https://github.com/woocommerce/woocommerce-blocks/pull/122) 2018-11-13 14:12:32 -05:00
readme.txt Update version for release 2018-09-07 08:51:45 -07:00
webpack.config.js Update build process (https://github.com/woocommerce/woocommerce-blocks/pull/122) 2018-11-13 14:12:32 -05:00
woocommerce-gutenberg-products-block.php Update build process (https://github.com/woocommerce/woocommerce-blocks/pull/122) 2018-11-13 14:12:32 -05:00

README.md

WooCommerce Product Blocks

Feature plugin for the Gutenberg Products block.

Getting started with the stable version:

  1. The stable version is available on WordPress.org. Download the stable version here.
  2. Activate the plugin.
  3. On Gutenberg posts you should now have a Products block available.

Getting started with the development version:

  1. Make sure you have:
  • the latest version of the Gutenberg plugin and WooCommerce 3.3.1+ installed and active
  • OR WordPress 5.0 (beta) and WooCommerce 3.5.1+
  1. Get a copy of this plugin using the green "Clone or download" button on the right.
  2. npm install to install the dependencies.
  3. npm run build (build once) or npm start (keep watching for changes) to compile the code.
  4. Activate the plugin.
  5. On Gutenberg posts & pages you should now have a "Products" block available.

The source code is in the assets/js/products-block.jsx file and the compiled code is in build/products-block.js.

Gutenberg Tutorial and Docs: https://wordpress.org/gutenberg/handbook/blocks/

Using API in Gutenberg: https://github.com/WordPress/gutenberg/tree/master/packages/api-fetch

Vision for the Feature

Users should be able to insert a variety of products from their store (specific products, products in a category, with assorted layouts and visual styles, etc.) into their post content using a simple and powerful visual editor.