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

vuestorefront-community/commerce-js

Repository files navigation

Vue Storefront

Commercejs integration for Vue Storefront Next

Discord Shield

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 using getters;
  • theme - nuxt project that glues everything together. It extends our core theme and uses composables to retrieve data.

How to start?

  1. 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 using your new integration with:
yarn dev

About

[WIP] commerce-js integration

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published