Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1001 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 1001 Bytes

Vue components for Mollie Payments (Nuxt module)

Features

  • ⛰  useMollie & useMollieCreditCard composable function
  • 🚠  MollieCreditCardComponent.vue component to use in a Vue project
  • 🌲  ShopwareFrontendsCreditCard.vue component to use in a Nuxt Shopware Powered project

Requirements

  • 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.

Development

# 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