woocommerce/plugins/woocommerce-admin
Justin Shreve 41d9f7c524 Implement header component (https://github.com/woocommerce/woocommerce-admin/pull/26)
* Implements a header component with breadcrumbs

* Handle PR Feedback. Also moves admin URL to an object, and adds a README

* README: Card --> Header typo
2018-05-10 14:35:55 -04:00
..
bin Initial commit of plugin scaffold 2018-04-17 17:04:17 -04:00
js/src Implement header component (https://github.com/woocommerce/woocommerce-admin/pull/26) 2018-05-10 14:35:55 -04:00
lib Implement header component (https://github.com/woocommerce/woocommerce-admin/pull/26) 2018-05-10 14:35:55 -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 Implement header component (https://github.com/woocommerce/woocommerce-admin/pull/26) 2018-05-10 14:35:55 -04:00
.gitignore Update build destinations for JS and CSS, including global library namespace 2018-05-07 11:10:42 -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 jsx-a11y eslint rules (https://github.com/woocommerce/woocommerce-admin/pull/33) 2018-05-10 14:20:20 -04:00
package.json Implement header component (https://github.com/woocommerce/woocommerce-admin/pull/26) 2018-05-10 14:35:55 -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 config so we can use src-relative paths 2018-05-10 12:35:46 -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: