Disclaimer: This project is still in beta phase.
This repository is the integration of Commerce.js and Vue Storefront Next.
This repository is a monorepo containing three projects:
- api-client - communicates with a backend;
- composables - exposes composable functions used to retrieve data using
api-client
and to map them to universal data formats usinggetters
; - theme -
nuxt
project that glues everything together. It extends our core theme and usescomposables
to retrieve data.
- 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 using your new integration with:
yarn dev