1.2.1 • Published 7 years ago
omnishipping v1.2.1
Omnishipping
This is a component to integrate the shipping module in VTEX Checkout UI.
Prerequisites
Node.js v8+ must be installed.
Installation
- Running
yarn installin the components's root directory will install everything you need for development.
Demo Development Server
yarn startwill run a development server with the component's demo app at http://qamarketplace.vtexlocal.com.br/:3000 with hot module reloading.
Running Tests
yarn testwill run the tests once.yarn run test:coveragewill run the tests and produce a coverage report incoverage/.yarn run test:watchwill run the tests on every change.yarn test -- --coverage --watchwill run tests on every change and generate coverage report in the console as well as incoverage/folder.
1.2.1
7 years ago