@kiva/kv-shop
TypeScript icon, indicating that this package has built-in type declarations

1.12.6 • Public • Published

kv-shop

A library of methods and components related to the Kiva Shop.

Install

Deployed:

npm i @kiva/kv-shop

Local:

# Open kv-ui-elements folder in Terminal
npm link -w @kiva/kv-shop

# Open target local project folder in Terminal
npm link @kiva/kv-shop

Extra step for Nuxt local development:

// Open nuxt.config.ts in target project and add with your username
...
vite: {
    optimizeDeps: {
      exclude: ['@kiva/kv-shop'],
    },
    server: {
      fs: {
        allow: ['/Users/username/kiva/kv-ui-elements'],
      },
    },
  },
...

Lint

npm run lint

Build

npm run build

Contribution Guidelines

The Kiva UI project is bound by a Code of Conduct.

Kiva welcomes outside contributions to our UI repository. If you have any ideas for a feature or improvement, create an issue and we can discuss whether it makes sense to create a pull request. Thanks for the help!

Readme

Keywords

none

Package Sidebar

Install

npm i @kiva/kv-shop

Weekly Downloads

174

Version

1.12.6

License

none

Unpacked Size

195 kB

Total Files

64

Last publish

Collaborators

  • michelleinez
  • emuvente
  • matthews-kiva
  • eddieferrer
  • natesulat
  • ryanludwig
  • kiva-ci