# Setup

At a minimum configuration options will need to be set. Detailed example can be found here (opens new window)

[
  '@spryker-vsf/composables/nuxt',
  {
    axiosConfig: {
      baseURL: 'http://glue.de.spryker.local',
    },
    currency: {
      default: 'EUR',
      options: [
        { name: 'EUR', label: 'Euro' },
        { name: 'CHF', label: 'Swiss Franc' },
      ],
    },
    store: "DE"
  },
];