0.0.7 • Published 7 years ago

v-insta-signup v0.0.7

Weekly downloads
1
License
MIT
Repository
bitbucket
Last release
7 years ago

VInstaSignup

VInstaSignup Component for Vue 2.x

Install

    npm install v-insta-signup --save

Demo

For demo, please see here

Usage

1. Import the component

import VInstaSignup from 'v-insta-signup';

2.1 Use it globally

Vue.use(VInstaSignup);

2.2 Or use it locally

components: {
    'v-insta-signup': VInstaSignup
},

3. Update your app or template:

<div>
...
<v-insta-signup></v-insta-signup>
...
</div>

Properties

There are no properties.

Example

Please see App.vue for example use.

Contributing

Contributions are welcome

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build
0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago