woocommerce/plugins/woocommerce-admin
Justin Shreve 5ab120c910 Add the ability to use withAPIData (https://github.com/woocommerce/woocommerce-admin/pull/2) 2018-05-03 10:15:36 -04:00
..
bin Initial commit of plugin scaffold 2018-04-17 17:04:17 -04:00
js/src Add the ability to use withAPIData (https://github.com/woocommerce/woocommerce-admin/pull/2) 2018-05-03 10:15:36 -04:00
lib Add the ability to use withAPIData (https://github.com/woocommerce/woocommerce-admin/pull/2) 2018-05-03 10:15:36 -04:00
tests Initial commit of plugin scaffold 2018-04-17 17:04:17 -04:00
.babelrc Add an admin page, build a simple component + filters 2018-04-19 16:40:32 -04:00
.distignore Initial commit of plugin scaffold 2018-04-17 17:04:17 -04:00
.editorconfig Initial commit of plugin scaffold 2018-04-17 17:04:17 -04:00
.eslintrc Add the ability to use withAPIData (https://github.com/woocommerce/woocommerce-admin/pull/2) 2018-05-03 10:15:36 -04:00
.gitignore Add an admin page, build a simple component + filters 2018-04-19 16:40:32 -04:00
.travis.yml Initial commit of plugin scaffold 2018-04-17 17:04:17 -04:00
Gruntfile.js Add an admin page, build a simple component + filters 2018-04-19 16:40:32 -04:00
README.md Add Gutenberg & WooCommerce prereq to the README (https://github.com/woocommerce/woocommerce-admin/pull/1) 2018-05-02 14:28:59 -04:00
package-lock.json Add an admin page, build a simple component + filters 2018-04-19 16:40:32 -04:00
package.json Add an admin page, build a simple component + filters 2018-04-19 16:40:32 -04:00
phpcs.xml.dist Initial commit of plugin scaffold 2018-04-17 17:04:17 -04:00
phpunit.xml.dist Initial commit of plugin scaffold 2018-04-17 17:04:17 -04:00
webpack.config.js Add an admin page, build a simple component + filters 2018-04-19 16:40:32 -04:00
woo-dash.php Add an admin page, build a simple component + filters 2018-04-19 16:40:32 -04:00

README.md

WooCommerce Dashboard

This is a feature plugin for a modern, javascript-driven dashboard for WooCommerce.

Prerequisites

Gutenberg and WooCommerce should be installed prior to activating the WooCommerce Dashboard feature plugin.

Development

After cloning the repo, install dependencies with npm install. Now you can build the files using one of these commands:

  • npm run build : Build a production version
  • npm run dev : Build a development version
  • npm run watch : Build a development version, watch files for changes

There are also some helper scripts: