0.2.0-dev.0 • Published 2 years ago

@spryker-vsf/core v0.2.0-dev.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Vue Storefront Core Module

Required module to work with spryker-vsf integrations.

Setting environment

buildModules: [
  [
    "@vue-storefront/nuxt",
    {
      coreDevelopment: true,
      useRawSource: {
        dev: ["@spryker-vsf/composables", "@vue-storefront/core"],
        prod: ["@spryker-vsf/composables", "@vue-storefront/core"]
      }
    }
  ],

  ...
  '@spryker-vsf/core/init',
  // other spryker-vsf modules
  '@spryker-vsf/core/nuxt',
],
...

Where API_URL is the url for REST API.

Installation

yarn

Development

yarn dev

Production

yarn build

Running unit tests

yarn test