Skip to content
This repository has been archived by the owner on Apr 16, 2022. It is now read-only.

Latest commit

 

History

History
37 lines (24 loc) · 1.11 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.11 KB
Vue Storefront

This integration was sponsored and co-developed by Marc O'Polo! Thanks for your support guys! ❤️ MOP Logo

Vue Storefront Next About You Cloud Integration

Branch Develop

Disclaimer: This project is still in beta phase.

How to start?

  1. Configure packages/theme/nuxt.config.js to establish the connection to your About You Cloud store.
  1. Install all required dependencies:
yarn install or yarn
  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 creating your new integration with:
yarn dev