@vtex/order-items
Advanced tools
Weekly downloads
Readme
This package is an abstraction to decouple the Order Items logic from VTEX IO. Refer to the original repository for more information.
This library is published in the NPM registry and can be installed using any compatible package manager.
npm install @vtex/order-items --save
# For Yarn, use the command below.
yarn add @vtex/order-items
This module has an UMD bundle available through JSDelivr and Unpkg CDNs.
<!-- For UNPKG use the code below. -->
<script src="https://unpkg.com/@vtex/order-items"></script>
<!-- For JSDelivr use the code below. -->
<script src="https://cdn.jsdelivr.net/npm/@vtex/order-items"></script>
<script>
// UMD module is exposed through the "orderItems" global variable.
console.log(orderItems)
</script>
Use releasy to create new tag to be released. After the tag is created, run npm publish
Released under MIT License.
FAQs
[](https://travis-ci.org/vtex/order-items) [](./LICENSE) [![Library minified size](https://badgen.net/bundlephobia/min/@
The npm package @vtex/order-items receives a total of 644 weekly downloads. As such, @vtex/order-items popularity was classified as not popular.
We found that @vtex/order-items demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 50 open source maintainers collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.