vuecredcard
v0.0.4
Published
An awesome animated Credit Card form for Vuejs
Downloads
1
Readme
VueCreditCard
An awesome animated Credit Card form
WARNING: This component still in pre-alpha will change significantly in the near future.
Getting Started
Install into your project
npm install vuecredcard
Use
import Vue from 'vue'
import VueCredCard from 'vuecredcard'
Vue.use(VueCredCard)
Configuration
Dev enviroment
npm install
npm run dev