# Gettings started

Checkout Vue is a complementary package for Checkout Api. It provides UI components for Cart, Checkout, Order and Single Item Checkout.

# Available components:

# Installation

You can install this package using yarn:

yarn add @64robots/checkout-vue

or if you use npm

npm install --save @64robots/checkout-vue

# Usage

You 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'