/coffee-shop

Coffee Shop demo project based on integration of Deskree and Webflow Ecommerce

Primary LanguageVue

coffee-shop

A demo project for showcasing the integration of Deskree with Webflow E-commerce to create a multi-vendor store.

Project setup

Environment variables

VUE_APP_API_BASE_URL - your Deskree API base URL
VUE_APP_WEBFLOW_SITE_ID - your Webflow site ID
VUE_APP_WEBFLOW_CATEGORIES_COLLECTION_ID - your Webflow categories collection ID
VUE_APP_WEBFLOW_VENDORS_COLLECTION_ID - your Webflow vendors collection ID
VUE_APP_DESKREE_ADMIN_TOKEN - your Deskree admin token

Install all dependencies

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build