Welcome!
I'm working on example integrations powered by VueJS + Webpack.
Currently, I have:
- A Drop-in UI Integration that uses the Braintree Web Drop-in
- Hosted Fields integration that uses v3 of the JS SDK
NOTE: This does not include the server-side component, which is need to a) obtaining a Client Token and b) make API requests. You will need to supply your own server-side integration. I recommend Node or PHP, depending what you like!
- Clone the repo
- Go into the drop-in directory and
npm install
andnpm run build
to build the new Braintree Web Drop-in beta - Back in the root of the cloned project,
npm install
- After install, you have several options to run the example:
npm run dev
: opens a browser window with hot module reloadnpm run build
: builds the/dist
directory with the built scripts
Disclaimer: I work at Braintree as an Overnight Technical Support rep, but this is not an official library or example integration. https://developers.braintreepayments.com/