1.2.1 • Published 4 years ago
member-signup v1.2.1
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
1.2.1
4 years ago