Checkout Vue is a complementary package for Checkout Api

💳 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

Download Details:

Author: 64robots

Source Code: https://github.com/64robots/checkout-vue

#vuejs #vue #javascript

Checkout Vue is a complementary package for Checkout Api
3.30 GEEK