@nuskin/ns-product-lib

This project contains shared Product models and code between the backend and frontend.

Usage no npm install needed!

<script type="module">
  import nuskinNsProductLib from 'https://cdn.skypack.dev/@nuskin/ns-product-lib';
</script>

README

@nuskin/ns-product-lib

This project contains shared Product models and code between the backend and frontend.

Installing

Usng npm:

npm add @nuskin/ns-product-lib

Usng yarn:

yarn add @nuskin/ns-product-lib

Example usage

const { Product } = require('@nuskin/ns-product-lib')

let product = new Product();

Resources

License

MIT