Skip to content

lauralolson/payments-hub-vue-iframe-js-sdk

Repository files navigation

Getting Started with Embedded Payments in a VueJS App

This is a Nuxt 3/Vue 3 app that demonstrates integration of an embedded payment system through Payments Hub Developers by NAB iFrame JavaScript SDK.

Setup

Install the dependencies:

npm install

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview