0.1.2 • Published 5 years ago

vue-facebook-account-kit v0.1.2

Weekly downloads
13
License
MIT
Repository
github
Last release
5 years ago

AccountKit

npm vue2

A Vue.js Plugin

Installation

npm install --save vue-facebook-account-kit

Usage

Bundler (Webpack, Rollup)

import Vue from 'vue'
import AccountKit from 'vue-facebook-account-kit'
Vue.use(AccountKit)

Browser

Recomended: Use the facebook version directly instead.

<!-- Include after Vue -->
<!-- Local files -->
<script src="vue-facebook-account-kit/dist/vue-facebook-account-kit.js"></script>
### Small example
[https://github.com/biessek/fb-account-kit-example](https://github.com/biessek/fb-account-kit-example)

## Development

### Launch visual tests

```bash
npm run dev

Launch Karma with coverage

npm run dev:coverage

Build

Bundle the js of to the dist folder:

npm run build

Publishing

The prepublish hook will ensure dist files are created before publishing. This way you don't need to commit them in your repository.

# Bump the version first
# It'll also commit it and create a tag
npm version
# Push the bumped package and tags
git push --follow-tags
# Ship it 🚀
npm publish

License

MIT

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

7 years ago