Skip to content

Provides Mollie components to your Nuxt.js application (including Shopware Frontends)

Notifications You must be signed in to change notification settings

mkucmus/nuxt-mollie-payments-components

Repository files navigation

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

About

Provides Mollie components to your Nuxt.js application (including Shopware Frontends)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published