- 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.
-
Prepare your wordpress installation as above.
-
Copy .env.example to .env inside packages/theme and enter your wordpress site URL with GraphQL endpoint.
-
Install all required dependencies:
yarn install
- (optional) Then you can verify if everything works properly by building all three projects:
yarn build
- If everything built properly, you can start developing with:
yarn dev
Want to contribute? Ping us on woocommerce
channel on our Discord!
- NodeJS v14 or later
- Fork the repo
- Clone your fork of the repo
example: git clone https://github.com/vuestorefront/woocommerce.git cd woocommerce
- Run
yarn
to install dependencies - Build dependencies
yarn build:api-client && yarn build:composables
- Run
yarn dev:theme
to run theme. You can find other commands inpackage.json
- 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
oryarn dev:composables
on a separate terminal window.
If you have any questions about this integration we will be happy to answer them on woocommerce
channel on our Discord.
andreasradloff 💻 |
jack-of-blades 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!