Socket
Socket
Sign inDemoInstall

member-signup

Package Overview
Dependencies
13
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    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 >


Version published
Weekly downloads
1
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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.

FAQs

Last updated on 22 Oct 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc