- ⛰
useMollie
&useMollieCreditCard
composable function - 🚠
MollieCreditCardComponent.vue
component to use in a Vue project - 🌲
ShopwareFrontendsCreditCard.vue
component to use in a Nuxt Shopware Powered project
- Nuxt 3
- installed: @shopware-pwa/nuxt3-module / @shopware-pwa/composables-next - optional if you want to use
ShopwareFrontendsCreditCard
component which sends additional request to Mollie's endpoint in order to store Credit Card token.
# 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
# Release new version
npm run release