To learn how to build your integration, see our Integration guide.
Visit our live Demo
yarn global add @vue-storefront/cli
vsf init <project_name> && cd <project_name> && yarn && yarn dev
Want to contribute or have any queries? Write us on: Bagisto Support ❤️.
- NodeJS v16 or later
- Yarn v1 or later(npm not supprted yet)
- Bagisto v1.3.3
- Bagisto GraphQL
- Fork the repo
- Clone your fork of the repo
example: git clone https://github.com/bagisto/vuestorefront.git cd vuestorefront
- Run
yarn install
to install dependencies. - Build dependencies for api-client, composables, and theme
yarn build
. - Run
yarn dev
if you are using development, else runyarn start
for production mode.
- Vue Storefront Documentation
- Bagisto Documentation
- GraphQL/Headless-Commerce Documentation
- Forum Support
If you have any questions about this integration we will be happy to answer them on bagisto support.
This project follows the all-contributors specification. Contributions of any kind welcome!