Checkout Vue is a complementary package for Checkout Api. It provides UI components for Cart, Checkout, Order and Single Item Checkout.
You can install this package using yarn:
yarn add @64robots/checkout-vueor if you use npm
npm install --save @64robots/checkout-vueYou can use the package as a plugin
// main.js
import R64Checkout from '@64robots/checkout-vue'
Vue.use(R64Checkout)or import components independently
// your-components.js
import { R64Cart } from '@64robots/checkout-vue'You can read more about usage and examples in documentation