1.2.1 • Published 1 month ago

appcharge-checkout-vuejs-sdk v1.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 month ago

appcharge-checkout-vuejs-sdk

Welcome to Appcharge's Checkout Solution, run it in a few easy steps

Getting Started

  1. Install it as dependency in your project.

    # NPM
    npm install appcharge-checkout-vuejs-sdk
  2. Import and use components.

    Use static import for components without expensive third-party libraries.

    <!-- Component.vue -->
    <template>
      <AppchargeCheckout 
         :domain="domain"
         :sessionToken="sessionToken"
         :onInitialLoad="onOrderCreated"
      />
    </template>
    
    <script lang="ts">
      import { AppchargeCheckout } from 'appcharge-checkout-vuejs-sdk';
    </script>
1.2.0

1 month ago

1.2.1

1 month ago

0.1.14

2 months ago

0.1.10

2 months ago

0.1.11

2 months ago

0.1.12

2 months ago

0.1.13

2 months ago

0.1.2

2 months ago

0.1.8

2 months ago

0.1.7

2 months ago

0.1.9

2 months ago

0.1.4

2 months ago

0.1.3

2 months ago

0.1.6

2 months ago

0.1.5

2 months ago

0.1.1

4 months ago

0.1.0

4 months ago

0.0.51

4 months ago

0.0.5

4 months ago

0.0.4

4 months ago

0.0.3

4 months ago

0.0.2

4 months ago

0.0.1

4 months ago