@plentymarkets/shop-core
v1.16.1
Published
Core module for PlentyONE Shop
Downloads
2,620
Maintainers
Keywords
Readme
Shop Core
Features
- EventBus to emit and listen to PlentyONE Shop events
- Register cookies
- React to cookie consent changes
Quick Setup
Install the module to your Nuxt application with one command:
npx nuxi module add @plentymarkets/shop-coreContribution
# Install dependencies
npm install
# Generate type stubs
npm run dev:prepare
# Develop with the playground
npm run dev
# Build the playground
npm run dev:build
# Run ESLint
npm run lint
# Run Vitest
npm run test
npm run test:watch