woocommerce/plugins/woocommerce-admin
RJ a959b589f6
fix: added skydropx slug back to shipping partners list (#37286)
2023-03-20 16:48:44 +08:00
..
bin Update woocommerce admin scripts to align more with turborepo (#33982) 2022-07-22 08:32:03 -03:00
client fix: added skydropx slug back to shipping partners list (#37286) 2023-03-20 16:48:44 +08:00
docs Rename @woocommerce/admin-library (#33460) 2022-06-17 13:28:34 -07:00
.browserslistrc
.distignore
.eslintignore Ignore core js packages from woo admin's eslint 2022-03-29 16:07:09 +08:00
.eslintrc.js Update the @woocommerce/eslint-plugin and fix bugs (#36988) 2023-03-02 11:36:38 +13:00
.gitattributes
.gitignore
.npmrc
.prettierrc.js
.stylelintignore
README.md Update woocommerce-admin README.md 2022-04-14 13:49:51 +08:00
babel.config.js Add @babel/plugin-proposal-class-properties to run storybook (#35867) 2022-12-07 22:26:02 +08:00
package.json Disable React Fast Refresh completely in webpack when running start command 2023-03-17 17:52:24 +08:00
stylelint.config.js Update linting, testing, `@types/*` dependencies (https://github.com/woocommerce/woocommerce-admin/pull/8475) 2022-03-18 19:45:14 +08:00
tsconfig.json Update admin tsconfig to isolated from other projects 2022-04-15 13:50:18 +08:00
unminify.js Changed unminify plugin to hook into step before optimization 2022-04-11 21:54:48 +08:00
webpack.config.js Disable React Fast Refresh completely in webpack when running start command 2023-03-17 17:52:24 +08:00

README.md

WooCommerce Admin

This is a javascript-driven, React-based admin interface for WooCommerce.

Development

Please refer to the WooCommerce Admin Development

End-to-end tests

Please refer to the WooCommerce End to End Tests

Common Issues

If you're encountering any issue setting things up, chances are we have been there too. Please have a look at our wiki for a list of common problems.