JSPM

@fabrix/spool-cart-countries

1.6.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q42573F
  • License MIT

Spool - Cart Countries (Shipping Zone and Taxes)

Package Exports

  • @fabrix/spool-cart-countries

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@fabrix/spool-cart-countries) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

spool-cart-countries

Gitter NPM version Build Status Test Coverage Dependency Status Follow @FabrixApp on Twitter

Cart Countries (Shipping Zone and Taxes) has the default supported countries with relatively updated state/province taxes.

Install

$ npm install --save @fabrix/spool-cart-countries

Configure

// config/main.ts
export const main = {
  spools: [
    // ... other spools
    require('@fabrix/spool-cart-countries').CartCountriesSpool
  ]
}