Skip to content

vuestorefront-community/woocommerce

Repository files navigation

  

Stay connected

GitHub Repo stars Twitter Follow YouTube Channel Subscribers Discord

Vue Storefront 2 integration with woocommerce

All Contributors

Wordpress config

  1. Install the following open source Wordpress Plugin into your WP store:

Note: This plugin is still in development and has no major release yet. The development of this plugin is being done in parallel with this integration.

How to start?

  1. Prepare your wordpress installation as above.

  2. Copy .env.example to .env inside packages/theme and enter your wordpress site URL with GraphQL endpoint.

  3. Install all required dependencies:

yarn install
  1. (optional) Then you can verify if everything works properly by building all three projects:
yarn build
  1. If everything built properly, you can start developing with:
yarn dev

How to start if you want to contribute?

Want to contribute? Ping us on woocommerce channel on our Discord!

Requirements:

  • NodeJS v14 or later

Steps

  1. Fork the repo
  2. Clone your fork of the repo
    example:
    git clone https://github.com/vuestorefront/woocommerce.git
    cd woocommerce
    
  3. Run yarn to install dependencies
  4. Build dependencies yarn build:api-client && yarn build:composables
  5. Run yarn dev:theme to run theme. You can find other commands in package.json
  6. Before you can commit, you must have npm install -g commitizen installed
  • If you need HMR on Api Client/Composables run yarn dev:api-client or yarn dev:composables on a separate terminal window.

Resources

Support

If you have any questions about this integration we will be happy to answer them on woocommerce channel on our Discord.

Contributors ✨


andreasradloff

💻

jack-of-blades

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Vue Storefront 2 integration for WooCommerce

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published