64robots / checkout-vue

Cart, Checkout and Order UI for https://github.com/64robots/checkout

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

💳 Checkout Vue

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

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'

Examples

You can read more about usage and examples in documentation

About

Cart, Checkout and Order UI for https://github.com/64robots/checkout


Languages

Language:Vue 88.2%Language:JavaScript 10.6%Language:HTML 0.7%Language:CSS 0.6%