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
- Host: GitHub
- URL: https://github.com/64robots/checkout-vue
- Owner: 64robots
- Created: 2019-12-17T15:44:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T22:29:25.000Z (over 3 years ago)
- Last Synced: 2025-09-30T03:51:03.517Z (9 months ago)
- Topics: cart, checkout, vuejs
- Language: Vue
- Homepage:
- Size: 3.3 MB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
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)