vue fire razorpay

Integrating razorpay payment gateway in Vue.js app using Firebase

12
10
Vue

vue-fire-razorpay

Add razorpay script to index.html

<script src="https://checkout.razorpay.com/v1/checkout.js"></script> 

Check Home.vue and functions/index.js files for exact code.

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Customize configuration

See Configuration Reference.