woocommerce/plugins/woocommerce-admin
Kelly Dwan 612925adc7 Merge pull request woocommerce/woocommerce-admin#12 from woocommerce/update/dashboard-layout-cleanup
Housekeeping: Clean up files, update webpack config
2018-05-07 10:59:13 -04:00
..
bin Initial commit of plugin scaffold 2018-04-17 17:04:17 -04:00
js/src Add example “activity” chart to the sidebar 2018-05-04 15:08:03 -04:00
lib Add optional file parameter to woo_dash_dir_path (https://github.com/woocommerce/woocommerce-admin/pull/11) 2018-05-07 09:38:13 -04:00
tests PHPUnit: Ensure Gutenberg is loaded 2018-05-03 13:36:36 -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 PHPUnit: Ensure Gutenberg is loaded 2018-05-03 13:36:36 -04:00
webpack.config.js Update webpack for more possible future entry points 2018-05-04 15:54:44 -04:00
woo-dash.php Fix Gutenberg detection condition 2018-05-04 14:54:50 -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: