An open API service indexing awesome lists of open source software.

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

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

cart checkout vuejs

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

## 💳 Checkout Vue

Checkout Vue is a complementary package for [Checkout Api](https://github.com/64robots/checkout). It provides UI components for Cart, Checkout, Order and Single Item Checkout.

### Installation

You can install this package using yarn:
```bash
yarn add @64robots/checkout-vue
```
or if you use npm
```bash
npm install --save @64robots/checkout-vue
```

### Usage

You can use the package as a plugin
```javascript
// main.js
import R64Checkout from '@64robots/checkout-vue'

Vue.use(R64Checkout)
```
or import components independently

```javascript
// your-components.js
import { R64Cart } from '@64robots/checkout-vue'
```

### Examples

You can read more about usage and examples in [documentation](https://checkout-vue.netlify.app)