- EventBus to emit and listen to PlentyONE Shop events
- Register cookies
- React to cookie consent changes
Install the module to your Nuxt application with one command:
npx nuxi module add @plentymarkets/shop-core
# Install dependencies
bun install
# Generate type stubs
bun run dev:prepare
# Develop with the playground
bun run dev
# Build the playground
bun run dev:build
# Run ESLint
bun run lint
# Run Vitest
bun run test
bun run test:watch
# Release new version
bun run release