beckn / biab-storefront-ui

2 stars 8 forks source link

Vue Storefront

beckn for Vue Storefront Next

Our Discord server

Disclaimer: This project is still in beta phase. Unstable for Production Use

This repository is a starting point for creating new integrations for Vue Storefront Next.

This repository is a monorepo containing three projects:

How to start?

  1. Change all @vue-storefront/beckn strings to your integration name (eg @vue-storefront/super-ecomm)

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