@plentymarkets/shop-core
v1.21.6
Published
Core module for PlentyONE Shop
Maintainers
Keywords
Readme
Shop Core
Core nuxt module for PlentyONE shops enabling essential functionalities and integrations.
Quick Setup
Install the module to your Nuxt application with one command:
npx nuxi module add @plentymarkets/shop-coreContribution
To use the playground for developement and testing, follow these steps:
- Rename
.env.exampleto.envand set your API security token:API_SECURITY_TOKEN="your-token-here" - Adjust
playground/nuxt.config.tsif needed.
# Install dependencies
npm install
# Build the module and prepare
npm run go
# Develop with the playground
npm run dev
# Build the playground
npm run dev:build
# Run ESLint
npm run lint:fix
# Run Prettier
npm run format:fix
# Run Vitest unit tests
npm run test
npm run test:watch
# Install Playwright browsers
npx playwright install
# Run playwright E2E tests
npm run test:e2e
npm run test:e2e:dev