This integration was sponsored and co-developed by Marc O'Polo! Thanks for your support guys! ❤️
Disclaimer: This project is still in beta phase.
- Configure packages/theme/nuxt.config.js to establish the connection to your About You Cloud store.
- host: 'https://yourwebsite.com/v1/',
- auth: object containing username and password authentication
- Install all required dependencies:
yarn install or yarn
- (optional) Then you can verify if everything works properly by building all three projects:
yarn build
- If everything built properly, you can start creating your new integration with:
yarn dev