nuxt3-paystack
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

Nuxt3 Paystack

npm version npm downloads License Nuxt

Nuxt3 Paystack module lets you integrate paystack into your Nuxt 3 application.

Features

  • 💵  Paystack Integration
  • 💳  Online Card Payment

Quick Setup

  1. Add nuxt3-paystack dependency to your project
# Using pnpm
pnpm add -D nuxt3-paystack

# Using yarn
yarn add --dev nuxt3-paystack

# Using npm
npm install --save-dev nuxt3-paystack
  1. Add nuxt3-paystack to the modules section of nuxt.config.ts
export default defineNuxtConfig({
  modules: [
    'nuxt3-paystack'
  ]
})

That's it! You can now use Nuxt3 Paystack in your Nuxt app ✨

Readme

Keywords

none

Package Sidebar

Install

npm i nuxt3-paystack

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

14.5 kB

Total Files

11

Last publish

Collaborators

  • ceeless