2.1.0 • Published 2 years ago

@nuskin/ns-market-config-vue v2.1.0

Weekly downloads
38
License
ISC
Repository
-
Last release
2 years ago

npm (scoped)

Nu Skin Market Config - Vue

Installation

npm i --save @nuskin/ns-market-config-vue
yarn add @nuskin/ns-market-config-vue

Usage

Using this plugin makes a call to fetch the market-config from AEM. Upon success, it exposes the config to all components via the this.$marketConfig property.

Vue

import Vue from 'vue';
import MarketConfigPlugin from '@nuskin/ns-market-config-vue';

Vue.use(MarketConfigPlugin);

Nuxt

// nuxt.config.js
export default {
  ...
  modules: [
    ...,
    '@nuskin/ns-market-config-vue/nuxt',
    ...
  ],
  ...
}
2.1.0

2 years ago

2.0.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago