Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/didinj/vuejs-2-facebook-login-example

Vue.js 2 Tutorial: Facebook Login Example
https://github.com/didinj/vuejs-2-facebook-login-example

example facebook facebook-login-vuejs login tutorial vue vue2 vuejs vuejs2

Last synced: about 20 hours ago
JSON representation

Vue.js 2 Tutorial: Facebook Login Example

Awesome Lists containing this project

README

        

# Vue.js 2 Tutorial: Facebook Login Example

This source code is part of [Vue.js 2 Tutorial: Facebook Login Example](https://www.djamware.com/post/5dd3573da2ab1b989eba80bf/vuejs-2-tutorial-facebook-login-example)

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn serve
```

### Compiles and minifies for production
```
yarn build
```

### Lints and fixes files
```
yarn lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).