Links

Vue Storefront

This integration was built by the awesome Team at Upside ❤️
Vue Storefront is a lightning-fast frontend platform for headless eCommerce solutions. It comes with both reusable components to build custom storefronts and a default theme that allows developers to effortlessly create an eCommerce frontend.

Installation

  1. 1.
    Clone the git repository:
git clone https://github.com/upsidelab/vue-storefront-spree.git
2. Install the required dependencies:
yarn install
3. Set the backend URL via env variable:
export BACKEND_URL=https://localhost:4000
4. (optional) Then you can verify if everything works properly by building all three projects:
yarn build
5. If everything is built properly, you can start working on your new frontend with:
yarn dev
For more configurtion options please visit the Spree VueStorefront GitHub repository.