UNPKG

@spree/storefront-api-v2-sdk

Version:

Node module to easily integrate your JavaScript or TypeScript application with Spree API V2. You can create an entirely custom Storefront in JS/TS with this package including one page checkout, Single Page Apps, PWAs and so on

21 lines (19 loc) 516 B
version: "3.2" services: spree: container_name: spree_storefront_sdk_spree image: sparksolutionstom/spree-storefront-api-v2-js-sdk:v4.1.12 build: context: docker/spree dockerfile: Dockerfile-spree cypress: container_name: spree_storefront_sdk_cypress image: cypress/included:5.6.0 depends_on: - spree volumes: - .:/sdk - /sdk/node_modules - /sdk/tests/node_modules working_dir: /sdk entrypoint: ["/sdk/tests/cypress-docker-entrypoint.sh"]