@kiva/kv-shop
v1.12.62
Published
A library of methods and components related to the Kiva Shop.
Downloads
1,281
Keywords
Readme
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!