member-signup

1.2.1 • Public • Published

member-signup

Shopper-Member is used in the checkout flow of the Social Share/Selling Tools:

  • My Site/Storefront
  • Personal/Product Offer/MyStore
  • Vera Skin Consultation
  • Orion shopping event hosting

Check out the Shopper Member documentation.

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

NOTE: you can mock some config such as country and language by using:

// ./main.js

if (process.env.NODE_ENV === 'local') {
  RunConfigService.setRunConfig({
    language: 'es',
    country: 'CO'
  });
  /** TODO: dynmamic url */
  RunConfigService.setBaseUrl('https://test.nuskin.com');
  ConfigService.getMarketConfig();
}

Compiles and minifies for production

yarn build

Run your tests

yarn test

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

Dependencies (13)

Dev Dependencies (22)

Package Sidebar

Install

npm i member-signup

Weekly Downloads

3

Version

1.2.1

License

MIT

Unpacked Size

95 kB

Total Files

32

Last publish

Collaborators

  • nuskin-cws