1. payment-ui-bo-components

payment-ui-bo-components

Payment UI Backoffice Components

A library of common components built with Vue JS.

Available components

Making changes?

Remember to update the changelog
Then make a manual publish to npmjs.com

//Edit your package.json and add to dependencies:
"payment-ui-bo-components": "latest"

npm install //install your project


### Local development

cd to payment-ui-bo-components
npm link

cd to your project
npm link payment-ui-bo-components
npm start

import { BamboraGrid } from 'payment-ui-bo-components'


When you have made changes to payment-ui-bo-components you have to transpile it

npm run build:all //transpiles everything in /src to ES2015 and puts it in /dist

If your app as Hot-modules-reload (HMR) enabled it will auto-reload and show your changes.