项目作者: biessek

项目描述 :
DEPRECATED - Vue wrapper to facebook account kit: https://www.accountkit.com/
高级语言: JavaScript
项目地址: git://github.com/biessek/vue-facebook-account-kit.git
创建时间: 2017-10-13T00:57:36Z
项目社区:https://github.com/biessek/vue-facebook-account-kit

开源协议:MIT License

下载


DEPRECATED AccountKit

Facebook Account Kit is being deprecated: read more https://developers.facebook.com/docs/accountkit/

npm vue2

A Vue.js Plugin

Installation

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

Usage

Bundler (Webpack, Rollup)

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

Browser

Recomended: Use the facebook version directly instead.
```html

  1. ### Small example
  2. [https://github.com/biessek/fb-account-kit-example](https://github.com/biessek/fb-account-kit-example)
  3. ## Development
  4. ### Launch visual tests
  5. ```bash
  6. npm run dev

Launch Karma with coverage

  1. npm run dev:coverage

Build

Bundle the js of to the dist folder:

  1. 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.

  1. # Bump the version first
  2. # It'll also commit it and create a tag
  3. npm version
  4. # Push the bumped package and tags
  5. git push --follow-tags
  6. # Ship it 🚀
  7. npm publish

License

MIT